Release v0.3.0
What's Changed
- Covariate shift detection by @lballes (#237, #242, #244). Shift detection may help users decide when to update model. We now provide methods for covariate shift detection in
renate.shift
. - Wild Time benchmarking by @wistuba in #187. Wild Time is a collection of datasets that exhibit temporal data distribution shifts. It is now available for benchmarking in Renate.
- Improved NLP support by @wistuba (#213, #233). There's now a
RenateModule
for convenient usage of Hugging Face Transformers. NLP and models are now included in the benchmarking suite. - Bug fixes and minor improvements.
Full Changelog: v0.2.1...v0.3.0