Skip to content

A jupyter notebook extension to add libraries, data preprocessing cell, and regression and classification algorithms with the click of a button for easy use.

Notifications You must be signed in to change notification settings

lakshayalmadi/ml-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML-Wizard

About

This extension automatically loads the required initial code for importing libraries and data preprocessing and gives a template for basic classification and regression algorithms.

This extension also adds a button to the toolbar allowing you to insert the ml-preset-files cell above your current cell. Pressing the buttons will add the libraries and commented-out code for creating an ML model.

Requirements

If you don't have jupyter notebook extensions added you have to run the command:

pip install jupyter_contrib_nbextensions && jupyter contrib nbextensions install

You will see a nbextension tab being added to jupyter notebook.

Adding the extension to your list of extensions

Download the extension and then save the folder in :

C:\Users\xxx.xxx\AppData\Roaming\jupyter\nbextensions\

Then just open up a new notebook and enable the extension in the nbextensions tab.

Working

About

A jupyter notebook extension to add libraries, data preprocessing cell, and regression and classification algorithms with the click of a button for easy use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published