Loan data analysis using Azure ML
Here’s my first AzureML model: http://gallery.azureml.net/Details/6f058343b2224057a8ae259311f7ed31. The model uses a two class logistic regression algorithm for binary classification. This is based on Python based sample from learnds.com. It leverages various AzureML Studio components as well as custom R code for data cleansing and feature engineering. Here are the various steps I followed to get the model …