/Machine-Learning-with-Python

Contains all the basics of Machine Learning. Code in Python

Primary LanguageJupyter Notebook

Machine-Learning-with-Python

This repository contains all the basics needed to implement machine learning models in Python

All programs are in python as well as in Jupyter Notebook. To install Jupyter notebook-

pip install jupyterlab
pip install notebook

To open Jupyter notebook, simply type

jupyter notebook 

For more information and documentation of Jupyter Notebook, visit Project Jupyter