
Scikit-learn Basics
Introduces the core concepts of Scikit-learn, API overview, data preperation and feature engineering, supervised and unsupervised learning, model eveluation, hyperparameter tuning, pipelines and saving and loading models

Introduces the core concepts of Scikit-learn, API overview, data preperation and feature engineering, supervised and unsupervised learning, model eveluation, hyperparameter tuning, pipelines and saving and loading models

A short end to end look at the Titanic dataset, making a logistic regression, random forest and neural network prediction model to predict if a person will survive based on the parameters provided.

Quick overview of Keras, TensorFlow, library. Overview of the API, different models, optimising, tuning, loading and saving.

Practical guide as to how to run statistical tests in Python using the SciPy library. No theory, just code examples.

Introduces the core concepts of machine learning, linear and logistic regression, K-Means clustering, Decision Trees, Random Forests, neural networks, text and image analysis and evaluating model performance

A guide to get you started with using the Pandas Python library. How to install, working with series and data frames, importing and exporting data, manipulating and cleaning data and visualising data.

Overview of essential maths statistics that are required for machine learning and data science. Covering population and samples, probability, descriptive statistics, Inferential statistics, distributions and hypothesis testing

Quick overview of the Seaborn Python library that is used for creating graphs and charts in Python. Examples of common charting options and the different customisations and styling options.

Quick overview of the Matplotlib Python library that is used for creating graphs and charts in Python. Examples of common charting options and the different customisations and styling options.

Quick start guide to using Feature-engine Python library, displaying what it is, how to use it and what transformers are available.

Quick start guide for people with existing programming skills in other languages, that want to start using Python. Focuses more on the need to know and syntax, rather than how to program that most tutorials do.

How to install, Creating Arrays, Reshaping, flattening and slicing arrays and universal functions.