In this project, we can see the exercises from the book An Introduction to Statistical Learning but in this case, in python.
This command will create a new environment with all the packages required
conda env create -f .\environment.yml
This command will activate the new environment when it's been created before
conda activate statistical_learning
When you execute the 'download_data' script, this will download all the data resources to use in the rest of the scripts
python .\statistical_learning\resources\download_resources.py
When we have the environment and the resources, we only have to run the notebooks