Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 4.14 KB

README.md

File metadata and controls

82 lines (45 loc) · 4.14 KB

To use the lecture examples and undertake the exercise in this repository, you should install the supplied environment.

Once you have downloaded the repository, navigate to the environment directory in your Ananconda prompt and type :

conda env create -f environment.yml

Once the environment has been installed, use :

conda activate complete_ml

to activate the environment, or select the environment as your kernel in VSCode.

Slides

Google Slides - Click here to view slides for this session

Lecture Recording

Youtube - Click here to watch the lecture

Code Examples

Example notebooks can be opened here:

Auto ML: Open In Colab

Data Preprocessing and EDA: Open In Colab

Ensembles - Voting: Open In Colab

Feature Engineering: Open In Colab

Feature Selection: Open In Colab

Hyperparameter Optimisation: Open In Colab

Imbalanced Data: Open In Colab

K-fold validation: Open In Colab

Missing Data Imputation: Open In Colab

Model Calibration: Open In Colab

Pipelines: Open In Colab