A small update to reflect changing philosophy regarding AgML:
- Datasets will now be stored on HuggingFace in parquet as part of the Project-AgML organization
- Introduced a new HuggingFace based data loader which also supports multi key stratified train-test splitting
- Added a deprecation warning to the existing data loader
- Added a deprecation warning to the models sub-module, as training/inference will not be supported through AgML going forward and should be handled locally by the user (ideally through the transformers library)
- Documentation related files moved to the website specific repo
Full Changelog: v0.7.4...v0.8.0