Giter Club home page Giter Club logo

trellixvulnteam / 02_regression_gbhb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kbrook10/02_regression

0.0 0.0 0.0 68.2 MB

Practice using Sci-Kit Learn Regression - Predicting continuous valued attributes assoc. w/ an obj.

Shell 0.02% JavaScript 5.10% Python 92.27% C 0.73% Fortran 0.03% MATLAB 0.01% PowerShell 0.01% CSS 0.01% TeX 0.07% Makefile 0.01% HTML 0.10% Smarty 0.06% Jupyter Notebook 1.07% Xonsh 0.01% Less 0.01% Cython 0.53%

02_regression_gbhb's Introduction

Topic: Review of Regression via Sci-Kit Learn

Agenda:

  • Tip: For datasets that display linear form when on a scatter plot, it may be beneficial to address with linear models. We usually fit a line to the data using least squares. The goal is to find the line that results in the minimum sum of squared residuals. This generates y = mx + b. Caution high variance may lead to overfitting.
  1. Generalized Linear Models
  • Ridge Regression -> Helps ensure the model does not overfit the training data. This is accomplished by introducing Bias to the model is fit to the data. This Bias should help reduce the variance. By providing less fit Ridge Regression may provide better long-term predictions.
  1. Kernel Ridge Regression

  2. Support Vector Machines

  3. Stochastic Gradien Descent

  4. Nearest Neighbors

  5. Gaussian Processes

  6. Decision Trees

  7. Ensemble Methods

  8. Multi-class and Multi-label algorithms

  9. Isotonic Regression

  10. Neural Network Models (supervised)

02_regression_gbhb's People

Contributors

kbrook10 avatar trellixvulnteam avatar

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.