To have these notebooks running locally, you need to follow these steps:
- Clone the repo:
git clone https://github.com/dvgodoy/ML_Fundamentals.git
- Inside the folder of the clone repo, create a conda environment:
conda env create -f environment.yml -n fund
- Activate the virtual environment:
conda activate fund
- Run Jupyter:
jupyter notebook
Obs.: environment.yml is conda's equivalent of requirements.txt Obs.: you need to have GraphViz installed as well
You can use Binder to open the notebooks on an executable environment - just click on the badge:
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!