Skip to content

my own annotations about ML and DS using pandas, matplotlib, numpy, scikit learn

Notifications You must be signed in to change notification settings

fandredev/ml-my-guide

Repository files navigation

Jupyter + Conda + ML/AI

jupyterlab

🚀 Stack Used

python,vscode,anaconda,git

📚 Other Tools:


📂 Clone this repo

git clone git@github.com:fandredev/my-ml-guide.git

📁 Go to the directory

cd my-ml-guide

📦 Create your environment using conda

conda env create -f environment.yml

📋 Check installed dependencies

conda list

✅ Activate your environment

If you created the environment by name (recommended):

conda activate my-ml-guide

If you created the environment with a specific path:

conda activate /path/to/your/project/env

📓 Run Jupyter (inside the environment)

jupyter lab

or

jupyter notebook

🔒 Deactivate the environment (after working)

conda deactivate

❌ Remove the environment (if needed)

If the environment was created by name:

conda env remove -n my-ml-guide

If the environment was created by path:

conda env remove -p /path/to/your/project/env

📬 Contacts

References

About

my own annotations about ML and DS using pandas, matplotlib, numpy, scikit learn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published