Skip to content

paulc00/ML-Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Data Science and Machine Learning in Python

Notebooks and supporting files for the "Intro to Data Science and Machine Learning in Python" workshop.

Linear Regression

A simple example of linear regression in scikit learn using the diabetes dataset.

Open In Colab

Logistic Regression

An example of logistic regression in scikit learn using the breast cancer dataset. Includes a short exercise.

Open In Colab

Clustering

A demonstration of k-means clustering showing the effect of the parameter k and how it deals with bad initialization.

Open In Colab

Trees

An example of decision trees with a diagram of a tree that has been learned.

Open In Colab

Ensemble Methods

Demonstrations of three ensemble approaches:

  1. Bagging
  2. Random forest
  3. Gradient boosting

Open In Colab

Dimensionality Reduction

A short demonstration of PCA

Open In Colab

Applying Dimensionality Reduction to Improve Clustering

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.

Open In Colab

Further Exploration

Linear Algebra Basics

A brief overview of some essential linear algebra, including summation and dot-products

Open In Colab

Scorecard

An example of a machine learning process using a fairly realistic scenario: financial credit scoring

Open In Colab

About

Notebooks and supporting files for "Intro to Data Science and Machine Learning in Python"

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors