Changelog#
All project's changes will be documented here.
[3.1]#
Added#
ImageFeaturetype.- Data augmentation is available for
ImageFeaturewithImageFeatureAugmentation, backed bytorchvision. - Object Detection task, with a tutorial, and provided models.
- Handle error on creating or getting a project with same name as another one you do not have access to.
- Load Fitted Parquet Datasets of a project using
Project.list_fitted_datasetsmethod. - Load Trained Models of a project using
Project.list_trained_modelsmethod. - Load Explanations of a project using
Project.list_explanationsmethod. - Load computed Statistics on a project and a given dataset using
Project.list_computed_statisticsmethod.
Fixed#
- Serialization of
TorchPreprocessortransform and inverse_transform methods was incorrect. ApiErrorwhen theAnalyzedSchemareturned aBaseFeatureif no match was found.- Bugs related to duplicated insertions of Filters and Datasets.
- Bug related to updating project name and description.
Changed#
TorchModelis replaced byApiModulefor model serialization.is_post_hocis replaced byfrozen_modelinModelDecisionGraphParameters.PostHocTraineris replaced byFrozenModelTrainer.