ClinicaDL 1.0.4
Changed
Core:
- Switch to Poetry to manage production and development requirements.
- Update requirements.
- Improve metrics for multi-class settings.
- Remove NaN values in input data.
- Allow to choose the name of the JSON file produced by
extract
. - Improve logs.
Command line:
- Add
selection_metrics
option inclinicadl train
(already available in TOML file). - Print help if no argument is given.
Fixed
- Fix label code generation
- Remove all occurences of a group in a MAPS when choosing the
overwriting
option. - Fix
resume
when the training.tsv file is empty.