Retrain prediction field models | Zoho Creator Help

Retrain prediction field models


Info
AI Models have undergone a major revamp and is now rechristened as AI Modeler that lets you build, train, and publish models to be used across your apps. To know more, check out our new help pages.

Notes
Note:
AI calls are consumed each time an AI model runs within your Creator application. For the prediction field:
  1. When all predictor fields are filled with the required input, an AI call is triggered to generate the prediction in the target field. This AI call is deducted from the AI calls limit available in your Creator plan.
  2. If any predictor field is modified, either before or after the prediction is displayed in the target field, the model recalculates the result using the updated inputs. This triggers an additional AI call, which is also counted against your AI calls limit.
You can monitor your remaining AI calls limit from the Billing section.

Refer to this page to learn about model training and retraining. We recommend retraining the model when your data set has grown considerably beyond the last used train. When the model is being retrained, the previous working model will be used for prediction. The retrained model will start being used immediately upon successful completion of the training.

To retrain your model

  1. Edit your app.
  2. Open the builder of the required app.
  3. Select the required prediction field. Its Field Properties will appear on the right.
  4. Navigate to the Model Details section.
  5. Click Retrain.

Model training status

The AI can take up to 12 hours to train the Prediction field's model. You can see the status of model training in the Field PropertiesModel Details section:

  • When model training is in progress:

  • Once the training's complete, the model's Accuracy and the Retrain button will be displayed

Related Topics

  1. Understand prediction field
  2. Add prediction field
  3. Manage AI models