Add a Prediction Field to a Form| Zoho Creator Help

Add prediction field

  1. Refer to this page to learn about the Prediction field
  2. You need to create a prediction model before adding a prediction field inside your form.

1. Edit your app.
2. Open the builder of the required form.
3. Add at least two prediction supporting field types in your form,
  1. Prediction requires a base field and at least one dependent fieldBase field is the one that you want to predict value of. Dependent fields are used by the AI to use to predict the target field's value. Learn more
  2. Prediction requires at least two fields of the following types to be present in your form: number, decimal, percentcurrencydrop downradiodate, and date-time.
4. Add the Prediction field to the form. (Refer to this page to learn how to add a field to a form)
5. If this is the first Prediction field in your account, the prediction builder's orientation screen will appear. Click the Add Prediction Field button in the Prediction Builder. If it's not your first prediction field, you'll be taken to the next step.
6. If you haven’t created and trained any prediction models in your account, you'll be prompted to create one.
  1. Click Create New Model. You'll be taken to the AI Models section under Microservices. Refer here to know how you can create a prediction model using AI Modeler.

  2. Once you've created, trained, and published the model, the respective model will be displayed in the dropdown. 
7Select the trained model from the dropdown and click Next.


8. Enter a name for the prediction field. This is the field that you want to predict value of. By default, the name will be populated with the base field chosen while creating the prediction model. For example, if I chose the base field as Price, the default name will be displayed as price Prediction.

9. Choose the required field type and click Next.



10. Map the respective dependent fields in the prediction model to the relevant fields in your form. The dependent fields are the data points that you believe will influence the data point that you're trying to predict.



11. Click Add Field. The prediction field will be added.

12. You can now access your app in live and add values in the dependent fields. The prediction field will predict a value accordingly.