v0.7.2
What's Changed
- Fix Docker image dependencies and add tests for minimal install (#3186)
- Fixed learning_rate_scheduler params in automl (#3203)
- Fixes dict_hash discrepancy (#3195)
- Guarantee determinism when sampling (either overall via
sample_ratio
, or while balancing data) (#3191) - Add sequence decoder integration tests (#3175)
- Update SequenceGeneratorDecoder to output predictions and probabilities (#3152)
- Remove hard dependency on ludwig[tree]. Check model.type() instead of instanceof(model) (#3184)
Full Changelog: v0.7.1...v0.7.2