Code Monkey home page Code Monkey logo

linear-models's Introduction

Linear-regression

In this notebook, we provide practical applications of linear models in Machine Learning such as : Ordinary Least Squares estimator, Ridge, Lasso and PCA. We provide as well some useful algorithms such as Forward Variable Selection which aims at selecting the most important features of the dataset, and which is coded from scratch in this notebook. We use also the Sequential Feature Selector from the sklearn library to do the same task as the Forward Variable selection, and we compare their results. We coded as well the crossvalidation algorithm from scratch to perform the same crossvalidation as of the sklearn. This notebook is organized as follows:

1 - Preprocessing: Scaling and OLS

2 - Forward Variable Selection

3 - OLS with selected features

4 - Sequential Feature Selector

5 - Ridge

6 - Lasso

7 - Crossvalidation and Elastic Net

8 - Bootstrap

9 - PCA

linear-models's People

Contributors

elfirdoussilab1 avatar

Watchers

 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.