Skip to content

matildecastelli/statistical-machine-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statistical Machine Learning

If you have any problem or find some errors in the notebooks/homeworks please contact me at: [email protected]

News

  • uploaded homework_02

Useful links

Linux Setup

Download, clone or fork (your choice) this repository in a directory PATH_TO_DIR/.

Create a virtual environment using python3

cd PATH_TO_DIR/statistical-machine-learning/
sudo apt-get install python3-pip
pip3 install virtualenv
virtualenv -p /usr/bin/python3 venv

Now you should see PATH_TO_DIR/statistical-machine-learning/venv/ folder. Activate the enviroment and install the requirements:

source venv/bin/activate
pip3 install -r requirements.txt 

Open your notebooks using jupyter-notebook (or jupyter-lab):

python3 -m notebook

To deactivate the environment use deactivate command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%