# Performance and Accuracy Tuning

* Categorical fields can cause the model training to take longer, along with the number of distinct values for each categorical field. Therefore, the user should be mindful of the number of categorical fields for each table in the model. We also recommend starting small with a smaller number of categorical fields before advancing to different models and more categorical fields / records. This restriction will be lifted in future versions of the app.
* Training time may vary based on several factors including data complexity, number of fields (especially categorical fields), and amount of data.
* •For neural net-based models, the # of training epochs will determine the accuracy of the model.  An ideal value can require a fair bit of testing to determine.  Feel free to send an email to <support@datamynd.io> if you need help.  We have found ideal values between 300 and 2000 depending on the dataset (which can take some time to train)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datamynd.ai/other/performance-and-accuracy-tuning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
