Query the model using MindsDB Studio
To get predictive analytics from the trained model:
- From the left navigation menu, open the
Query
dashboard. - Click on the
NEW QUERY
button. - In the
New Query
modal window:- Select the
From
predictor option(the name of the pre-trained model). - Add the feature values for which you want to get predictions.
- Select the
Example: querying the UsedCars model
In this example we want to solve the problem of estimating the right price for a used car that has Diesel as a fuel type and has done around 20 000 miles. To get the price:
- From the predictors dashboard, click on the
Query
button. - Click on the
NEW QUERY
button. - In the
New Query
modal window:- Add the feature values for which you want to get predictions, e.g.
- Mileage 20 000.
- Fuel type Diesel.
- Add the feature values for which you want to get predictions, e.g.