Azure ML Titanic Example – Part 2 – Build Model
In the previous post we showed how to set up our data so it is ready for building our Azure ML model. Next, we will build our model. We will be trying to determine whether a passenger “survived” or not. We have a field in our data for Survived, so we will set this as a label in Azure ML. To do this, we will drag across a new Edit … Continue reading Azure ML Titanic Example – Part 2 – Build Model