Skip to content

albahnsen/Tutorial_PracticalMachineLearning_Pycon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Pycon.co Tutorial "Practical Machine Learning"

Instructor: Alejandro Correa Bahnsen

This is a short version of the course Practical Machine Learning

Requiriments

  • Python version 3.5;
  • Numpy, the core numerical extensions for linear algebra and multidimensional arrays;
  • Scipy, additional libraries for scientific programming;
  • Matplotlib, excellent plotting and graphing libraries;
  • IPython, with the additional libraries required for the notebook interface.
  • Pandas, Python version of R dataframe
  • scikit-learn, Machine learning library!

A good, easy to install option that supports Mac, Windows, and Linux, and that has all of these packages (and much more) is the Anaconda.

Sessions

Session Notebook link
1 Introduction to Machine Learning
2 Linear Regression
3 Logistic Regression
4 Data preparation and Model Evaluation
5 Decision Trees
6 Ensemble Methods - Bagging
7 Model Deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published