Model development

After preparing your data, you are not sure which model or regression algorithm would perform well for the problem at hand. Because the target variable P is continuous, you know that it's a regression problem. So, it would be worthwhile trying different algorithms and choosing the best one. You may use the Sweep Parameters module to obtain the optimum parameters for the algorithm. You need to pass three inputs to the Sweep Parameters module: the untrained algorithm, training dataset, and validation dataset. Use the Score modules to score the test data. Use an Evaluate module to compare the two models with the scored data.

You should try different algorithms to choose the best one. The following figure is just for your reference, ...

Get Microsoft Azure Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.