Scoring on Another Dataset¶
After you generate a model, you can use that model to make predictions on another dataset.
- Click the Experiments link in the top menu and select the experiment that you want to use. 
- On the completed Experiment page, click Model Actions > Predict. 
- Select the new dataset (test set) that you want to score on. Note that this new dataset must include the same columns as the dataset used in selected experiment. 
- Select the columns from the test set to include in the predictions frame. 
- Click Done to start the scoring process. 
- Click the Download Predictions button after scoring is complete. 
Note: This feature runs batch scoring on a new dataset. You may notice slow speeds if you attempt to perform single-row scoring.