Updating Schemas
Updating Category Choices
Updating Specific Categories
When you have a categorical field in your database, you may need to update the list of permissible categories due to changes in data collection or business/analytical requirements. To specify a new list of categories that replaces the old one, you can provide the column name and the new categories list:
Allowing Any New Category
If you want your model to accept any new category that it encounters without throwing an error, you can set the column to allow new categories dynamically:
Changing Data Types and Value Ranges
Updating Data Type
As your data evolves, the initial data type of a field may no longer be appropriate. If the nature of the data in a particular field changes (e.g., from integers to strings), you need to update the data type accordingly:
Updating Value Range
For numeric fields, you might need to adjust the minimum and maximum allowable values based on new observations or requirements:
Saving Changes and Retrieving Schema
Saving to Server
Retrieving the Current Schema
Last updated
Was this helpful?