
What are we going to learn in this course?
Let's find out.
What are we seeking to accomplish?
What's the end goal?
In supervised learning we need a data set.
Let's get one in this lesson.
Let's wrap up what we've learned in this brief section.
Let's define our categorical values in this lecture.
Most of our columns make sense but there are a few that don't.
Let's rename those in this lecture.
We don't want any holes in our data set.
Let's set age to the median value.
There are a few columns we don't need.
Let's get rid of them.
Let's tell Azure ML what our target variable is.
In this lecture let's build our model.
In this lecture let's add a second model for comparison.
How did our model do?
Is it real world ready?
Let's learn what cross validation is before we implement it in our next lesson.
In this lesson let's learn how to cross validate our results.
Let's add some more trees to our model.
Is more better?
In this lecture let's publish our model to a web service so others can use it.
"First impressions are "Finally, a practicing educator" Course delivery is smooth and spot on. Right before you lose hope a gem like this pops up - thanks." - Don Councill
Welcome to Building a Binary Classification Model in Azure ML.
Microsoft’s goal of democratizing machine learning is taking shape.
Taking predictive analytics to public cloud seems like the next logical step towards large-scale consumerization of Machine Learning. Azure ML does just that, while making it significantly easier for the developers to build high probability machine learning models without a PhD in statistics.
In this course, we are going to build one of the simplest and most common models, the binary classification model.
The goal of binary classification is to categorize data points into one of two buckets: 0 or 1, true or false and to survive or not to survive.
Many decisions in life are binary, answered either Yes or No. Many business problems also have binary answers. For example: “Is this transaction fraudulent?”, “Is this customer going to buy that product?”, or “Is this user going to churn?” In machine learning, this is called a binary classification problem.
We will use binary classification to predict the probability of someone surviving if they had been aboard the Titanic.
We are going to create an end to end workflow. We will download the data set, clean it, model it, evaluate it then publish our results so others can use it.
Upon completing the course you’ll know how to create a model that accurately predicts the survivability of an individual based on attributes in the data set.
You’ll gain insight into the vernacular used in machine learning.
For example, in the last sentence I used the world ‘attribute.’ An attribute in machine learning is no different than a column in a data set.
Various attributes affect the outcome of the prediction. For example, my chance of survival was 21.07% if I would have been in first class. If I would have been in second class my changes dropped to 2.16%. Either way, I wouldn't have made it.
Thanks for your interest in Building a Binary Classification Model in Azure ML.. We will see you in the course!!!