Introduction
By Chi Kit Yeung in Statistics Python Machine Learning
March 26, 2024
Introduction
This series will be a collection of course notes from ‘Machine Learning in Python’. Contents on this site will be supplemented with python notebooks and codes snippets from my GitHub repository.
Course Contents
Predictive modelling using:
- Linear Regression
- Logistic Regression
- Cluster Analysis
This will be done using StatsModels and Sklearn packages in Python.