Deploying a Domo AutoML model
Now that the model has been trained, we can feed new data through the inference engine to get predictions on the new data. Let's do this for the vehicle price prediction. To make new predictions, data that is in the same format as the training model needs to be fed to the inference engine via a Magic ETL job. Let's get started::
- Import the
Get Price Prediction.csv
file from this book's GitHub repository (https://github.com/PacktPublishing/Data-Democratization-with-Domo/blob/d6f5c34539afece0622572db0bc6109fa9dc3175/Get%20Price%20Prediction.csv) into Domo using the File Upload Connector. - Click DEPLOY TO ETL on the AutoML page and choose the View Vehicles ML Prep dataset. Change the dataflow's name to
Vehicle Price Prediction
. - Drag and drop an Input DataSet tile onto the canvas. Then, click CHOOSE DATASET and pick Get Price Prediction.csv. Finally, click CHOOSE DATASET.
- Delete the View Vehicles ML Prep tile from the...