Git Product home page Git Product logo

dsc-1-11-02-introduction-summary's Introduction

Introduction

Introduction

This lesson summarizes the topics we'll be covering in section 11 and why they'll be important to you as a data scientist.

Objectives

You will be able to:

  • Understand and explain what is covered in this section
  • Understand and explain why the section will help you to become a data scientist

Multiple Linear Regression

In the last section, we learned how to perform a basic linear regression with a single predictor variable. We kick off section 11 by looking at how to perform linear regressions using multiple independent variables to better predict a target variable.

Dealing with Categorical Variables

Up to this point we've only considered continuous predictor variables. Next up we look at how to identify and then transform categorical variables to utilize them as predictors of our target variable.

Multicolinearity of Features

Now that we're dealing with multiple predictors, we need to revisit the idea of correlation and covariance and understand the possible negative impact of multicolinearity when using multiple predictor variables that are highly correlated.

Feature Scaling and Normalization

Now that we're dealing with multiple predictor variables, we also need to figure out how to give them an appropriate relative weighing by performing feature scaling and normalization so that predictors with larger values don't automatically have a larger impact on our predictions.

Multiple Linear Regression in Statsmodels

After covering a lot of the key theories, we then provide you with some hands on practice in performing multiple linear regressions using Statsmodels and Scikit learn.

Model Fit and Validation

We continue the section by looking at how we can analyse the results of a regression, and learn the importance of splitting data into training and testing sets to determine how well our model predicts "unknown" values (the testing data set). We then finish up the section by looking at how k-fold cross-validation can be used to get more training and testing out of a given size of data set by taking multiple splits of training and testing data.

Summary

In this section, we continue to add rigor and richness to your understanding of linear regression so that you can solve a wider range of problems more accurately. Many of the principles covered in this section will also apply in later modules as we move onto working with other machine learning models.

dsc-1-11-02-introduction-summary's People

Contributors

loredirick avatar peterbell avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.