Repository for the ML (in Italian: "AAUT - Apprendimento AUTomatico") exam's exercises, session 2020-2021.
This repisotory is structured in 3 folders:
data: containing the datasets for the exercises.notebooks: containing the Jupyter notebooks for the exercises. Each notebook is located in a folder with the name of the topic (for example: "tree-models", "linear-models").scripts: containing the notebook converted in python scripts.
Moreover, you can also find in fhe enviroment.yml file, my conda enviroment configuration.
- Naming convention:
This is really going to depend on your personal preferences, and use cases. Here is the approach I use
[#]_[2-4 word description]_[author-initials]_[ISO 8601 date].ipynbfor example:1_exploratory_analysis_ag_2019-02-16.ipynb - How to organize your Python data science project
- Jupyter Notebook Best Practise
- How to Organize Your Data Science Project