Code Monkey home page Code Monkey logo

mlpa_tutorials's Introduction

Task Status

Task tracking for MLPA tutorials.

Week 4

KNN

  • Task A - Read data and make predictions pn the wisconsin-breast-cancer dataset using KNN
  • Task B - Change K and observe differences
  • Task C - KNN using data from sklearn
  • Extra - Visualize classifier boundary

Week 5

Linear regression

  • Task A - Simple linear regression
    • Load diabetes ds, plot BMI and y
    • Execute lr given on slides
  • Task B - Multiple linear regression
    • LR on boston housing dataset, add features using PolynomialFeatures
    • Scatterplot matrix using pandas scatter_matrix
    • Produce VIF table (variance_inflation_factor)
    • Explore potential multicollinearity
    • Residuals plot using Yellowbrick
  • Task C - Lasso regression
    • Plot to compare simple lr, ridge and lasso on slides

Week 7

Decision Trees

  • Task 1A - DT classifier
    • Run dt classifier on breast cancer data from sklearn
    • Find feature importances
    • Print confusion matrix and compare with Week4 (KNN)
  • Task 1B - Plotting DT with graphviz
    • Display DT using Graphviz
    • Plot feature importances
  • Task 2 - DT regressor
    • Apply DT regressor on sklearn diabetes ds
  • Task 3 - Visualizing decision boundaries
    • make_blobs scatterplot
    • make_blobs classifier visualization
  • Task 4 - Random forests
    • Classify handwritten numbers using DT+RF
    • Evaulate difference in accuracy between DT and RF
    • Tune n_estimator in RF and explore accuracy
    • Evaluate metrics.classification_report()
    • Change split criteria from Gini to Entropy
    • Apply RandomForestRegressor on Boston housing and compare with previous LR

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.