Book Image

Making Predictions with Data and Python [Video]

By : Alvaro Fuentes
Book Image

Making Predictions with Data and Python [Video]

By: Alvaro Fuentes

Overview of this book

<p>Python has become one of any data scientist's favorite tools for doing Predictive Analytics. In this hands-on course, you will learn how to build predictive models with Python. </p><p> </p><p>During the course, we will talk about the most important theoretical concepts that are essential when building predictive models for real-world problems. The main tool used in this course is scikit -learn, which is recognized as a great tool: it has a great variety of models, many useful routines, and a consistent interface that makes it easy to use. All the topics are taught using practical examples and throughout the course, we build many models using real-world datasets. </p><p> </p><p>By the end of this course, you will learn the various techniques in making predictions about bankruptcy and identifying spam text messages and then use our knowledge to create a credit card using a linear model for classification along with logistic regression. </p><p></p>
Table of Contents (7 chapters)
Chapter 3
Concepts in Predictive Analytics
Content Locked
Section 5
Models and Algorithms
Provide a clear definition for the terms model and algorithm and their relation with the term learning model. Also give the 3 conditions we must check before using Machine Learning for doing Predictive Analytics. - Define the term learning model in the context of Supervised Learning - Provide simple examples of models, learning algorithms and learning models - Give the 3 conditions we must check before using Machine Learning for doing Predictive Analytics