DeepPatientLevelPrediction 1.1 has been released. This adds adds a number of bug fixes and some new features. The new features are:
- An automatic learning rate finder has been implemented, used by setting
learningRate="auto"
- Training loop parameters are now handled by a new settings object and as a result more of the training loop parameters are customizable by the user
- Custom metrics can be created by the user to use for early stopping and learning rate schedule.
- Seeds have been added in various places, making the whole process more reproducible
Thanks to @lhjohn for his contributions to this release.