Skip to content

dvgodoy/ML_Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fundamentals of Machine Learning Course at DSR

Local Environment

To have these notebooks running locally, you need to follow these steps:

  1. Clone the repo: git clone https://github.com/dvgodoy/ML_Fundamentals.git
  2. Inside the folder of the clone repo, create a conda environment: conda env create -f environment.yml -n fund
  3. Activate the virtual environment: conda activate fund
  4. Run Jupyter: jupyter notebook

Obs.: environment.yml is conda's equivalent of requirements.txt Obs.: you need to have GraphViz installed as well

Binder

You can use Binder to open the notebooks on an executable environment - just click on the badge: Binder

After it starts, it will open a familiar Jupyter notebook interface! Just run all cells, wait for the interactive plots to load and you're good to go!

About

Fundamentals of Machine Learning Course at DSR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published