New Features
This release brings classification support for Catasta,, aligning with the existing regression functionalities for a consistent API experience. This update introduces several key classes designed to facilitate the development and evaluation of classification models:
- `ClassificationTrainInfo`
- `ClassificationEvalInfo`
- `ImageClassificationDataset`
- `ClassificationScaffold`
Preimplemented Models
This release comes with a selection of preimplemented models for immediate use in classification tasks:
- Feedforward Neural Network
- Convolutional Neural Network (CNN)
- Transformer Model
- Mamba Model
Upcoming Features
- **Image Classification Inference:** While currently not supported, we are planning to introduce image classification inference capabilities in an upcoming update.