Notebooks and supporting files for the "Intro to Data Science and Machine Learning in Python" workshop.
A simple example of linear regression in scikit learn using the diabetes dataset.
An example of logistic regression in scikit learn using the breast cancer dataset. Includes a short exercise.
A demonstration of k-means clustering showing the effect of the parameter k and how it deals with bad initialization.
An example of decision trees with a diagram of a tree that has been learned.
Demonstrations of three ensemble approaches:
- Bagging
- Random forest
- Gradient boosting
A short demonstration of PCA
This exercise takes you through using T-SNE to enhance the performance of k-means while also providing the ability to easily visualize complex multidimensional data.
A brief overview of some essential linear algebra, including summation and dot-products
An example of a machine learning process using a fairly realistic scenario: financial credit scoring