15.  Topic 2, Case Study 2 
Case study
Datasets
The two datasets have been added to Azure Machine Learning Studio as separate datasets and included as the starting point of the experiment. 
Dataset issues
Model fit
Experiment requirements
In each case, the predictor of the dataset is the column named MedianValue. An initial investigation showed that the datasets are identical in structure apart from the MedianValue column. The smaller Paris dataset contains the MedianValue in text format, whereas the larger London dataset contains the MedianValue in numerical format. You must ensure that the datatype of the MedianValue column of the Paris dataset matches the structure of the London dataset. 
You must prioritize the columns of data for predicting the outcome. You must use non-parameters statistics to measure the relationships. 
You must use a feature selection algorithm to analyze the relationship between the MedianValue and AvgRoomsinHouse columns. 
Model training
You are concerned that the model might not efficiently use compute resources in hyperparameter tuning. You also are concerned that the model might prevent an increase in the overall tuning time. Therefore, you need to implement an early stopping criterion on models that provides savings without terminating promising jobs. 
Testing
When you train a Linear Regression module using a property dataset that shows data for property prices for a large city, you need to determine the best features to use in a model. You can choose standard metrics provided to measure performance before and after the feature importance process completes. You must ensure that the distribution of the features across multiple training models is consistent. 
Data visualization
DRAG DROP