Skip to content

Notebook of my bootcamp about machine learning & data science

Notifications You must be signed in to change notification settings

saefullohmaslul/ml-ds-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn NumPy, Pandas, Matplotlib, Scikit Learn

How to use this notebook

So first you can create env based on environment.yml file and make prefix as env.

conda env create -f environment.yml --prefix ./.conda

Then you can activate the environment.

conda activate ./.conda

Then you can open the notebook.

jupyter notebook

Installing Other Libraries

You can install other libraries using pip or conda in the same environment.

conda install -c conda-forge matplotlib
pip install matplotlib

Re-export the environment

If you install any other libraries, you can re-export the environment using the following command.

conda env export | grep -v "^prefix: " > environment.yml

About

Notebook of my bootcamp about machine learning & data science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published