ProjectValidation
A validation result for a project
Bases: abacusai.return_class.AbstractApiClass
abacusai.return_class.AbstractApiClass
client (ApiClient) – An authenticated API Client instance
valid (bool) – true if the project is valid and ready to be trained, otherwise false.
datasetErrors (list[dict]) – A list of errors keeping the dataset from being valid
columnHints (dict) – Hints for what to set on the columns
Get a dict representation of the parameters in this class
The dict value representation of the class parameters
dict