Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sebastian Raschka, 2015

Python Machine Learning - Code Examples

Chapter 10 - Predicting Continuous Target Variables with Regression Analysis

  • Introducing a simple linear regression model
  • Exploring the Housing Dataset
    • Visualizing the important characteristics of a dataset
  • Implementing an ordinary least squares linear regression model
    • Solving regression for regression parameters with gradient descent
    • Estimating the coefficient of a regression model via scikit-learn
  • Fitting a robust regression model using RANSAC
  • Evaluating the performance of linear regression models
  • Using regularized methods for regression
  • Turning a linear regression model into a curve – polynomial regression
    • Modeling nonlinear relationships in the Housing Dataset
    • Dealing with nonlinear relationships using random forests
      • Decision tree regression
      • Random forest regression
  • Summary
Morty Proxy This is a proxified and sanitized view of the page, visit original site.