v1.0.2
This release includes:
- Change from
setup.py
topyproject.toml
- we also took the opportunity to remove some imports that are no longer needed and move some rarely used imports to extras. This should speed up installation #99 - Separate test and validation split ratios (with updated default values: test set is now 10%, validation set 5% (compared to ~13% and ~2%)) #103
- Fixes: hyperparameters get saved corrects #97, trainer is now determinstic #101, minor fixes for ensemble #104