Building a classification model in Azure ML [Predictive Exp.]

April 15, 2017

Report Abuse
This experiment serves as a tutorial on building a classification model using Azure ML. We will be using the Titanic passenger data set and build a model for predicting the survival of a given passenger.
The experiment uses the Titanic dataset for building classification model , we can alter the dataset that we used. The classification algorithm can be modified and also we can use different classification modules to increase accuracy like multiclass forest,Two class boosted and Two class Decision tree.