Loan data analysis using Azure ML, part 2
This blog focuses on feature selection and data exploration. AzureML provides an easy way to visualize data. Histograms and boxplots are two of the most common way to visualize data and understand data attributes. A histogram is a graphical representation of the distribution of numerical data. It is an estimate of the probability distribution of a continuous variable …