TaskType — the enum of ML tasks PyCaret supports.
Using a real Enum instead of a string makes it easy for an LLM agent or a React UI to enumerate what's available without guessing.
TaskType — the enum of ML tasks PyCaret supports.
Using a real Enum instead of a string makes it easy for an LLM agent or a React UI to enumerate what's available without guessing.
The machine-learning task a PyCaret experiment is configured for.
Inheriting from str so that instances serialize cleanly to JSON and
survive pickling without a custom reduce.