- Remove hardcoded train date
- add linting and testing github actions pipeline
validate_pipeline.yml
. - bugfix: Add datetime index to predictions dataframe.
- Added github action pipelines for publishing to
testpypi
andpypi
. - Remove old publishing pipeline to
SAM
artifacts.
- Moved mocks to twinn-ml-interface
- Adapted to the last changes in the model interface
- Adjust to new configuration in myaquasuite.
- Make logging to MLflow a little nicer and avoid errors due to cut-off column names.
- Adapt to
twinn-ml-interface v0.2.7
. - Only allow returning
list[DataLabelConfigTemplate]
in interface methodget_data_config_template
.
- Implement changes from
ModelInterfaceV4
Version 0.2.4 (addConfiguration
andMetaDataLogger
toload
method)
- Initial version of DARROW-POC