Skip to content

idertator/ml_teaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Teaching ML

Creating Virtual Environment

python3.11 -m venv myvenv

Activating Virtual Environment

source myvenv/bin/activate

Creating requirements.txt file and install the packages

pip install -r requirements.txt

To Upgrade pip

pip install --upgrade pip

To Run Jupyter Lab

jupyter lab

About

Machine Learning teaching repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors