Introduction to Predictive Analytics in Python

Go to class
Write Review

Free Online Course: Introduction to Predictive Analytics in Python provided by DataCamp is a comprehensive online course, which lasts for 4 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from DataCamp. Introduction to Predictive Analytics in Python is taught by Nele Verbiest.

Overview
  • In this course you'll learn to use and present logistic regression models for making predictions.

    In this course, you will learn how to build a logistic regression model with meaningful variables. You will also learn how to use this model to make predictions and how to present it and its performance to business stakeholders.

Syllabus
  • uilding Logistic Regression Models
    -In this Chapter, you'll learn the basics of logistic regression: how can you predict a binary target with continuous variables and, how should you interpret this model and use it to make predictions for new examples?

    Forward stepwise variable selection for logistic regression
    -In this chapter you'll learn why variable selection is crucial for building a useful model. You'll also learn how to implement forward stepwise variable selection for logistic regression and how to decide on the number of variables to include in your final model.

    Explaining model performance to business
    -Now that you know how to build a good model, you should convince stakeholders to use it by creating appropriate graphs. You will learn how to construct and interpret the cumulative gains curve and lift graph.

    Interpreting and explaining models
    -In a business context, it is often important to explain the intuition behind the model you built. Indeed, if the model and its variables do not make sense, the model might not be used. In this chapter you'll learn how to explain the relationship between the variables in the model and the target by means of predictor insight graphs.