This repository has been archived by the owner on May 1, 2023. It is now read-only.
Releases: Aarhus-Psychiatry-Research/psycop-model-training
Releases · Aarhus-Psychiatry-Research/psycop-model-training
v0.46.1
v0.46.0
Feature
- Add support for custom units to "time until diagnosis" (
44548ca
) - Add support to performance by calendar time (
42fb140
) - Add bins to robustness by age (
85614a2
) - Less opacity for bar plots (
4a233f5
) - Style bar counts and add to performance by cyclic time (
28ac722
) - Change x_title based on bin_delta (
95b26b7
) - Add custom bin width (
ade2afa
) - Init (
ea7d9de
)
Fix
Documentation
- Missing arg (
2d4054c
)
v0.45.0
v0.44.2
v0.44.1
v0.44.0
Feature
- Make it optional to drop outcome columns (
5a3b8da
) - Add data loader example (
a0f4940
) - Add exclusion timestamp (
e88c13a
) - Update default age and sex col name (
f825ca7
) - Add example of caching filtered datasets (
8cf3ef3
) - Make most preprocessing steps optional or hav reasonable defaults (
1125ae0
) - Set reasonable defaults for most options for dataschema (
2e6c22f
) - Add cache dir to calling functions (
f71385d
) - Add dataset cache to process_full_dataset (
ab3c7a4
)
Fix
- Casting min_age to float resulted in error (
04a56dd
) - Min_lookahead_days is not optional, required to select outcome column (
3a5bbbe
) - Handle n_days = None in both (
d3c1664
) - Handle lookahead filter = None (
10a63f9
) - Handle lookahead filter = None (
00d3efe
) - No need to ignore unpassed argument (
ced1522
) - Default pred_timestamp col name (
24d50e0
) - Typo in suffix (
b7420d4
)
Performance
v0.43.0
v0.42.0
v0.41.4
Fix
- Types (
db91421
) - Do not use union for isinstance check (
c59bf52
) - Correct types (
439273f
) - Specify python version for linting (
15ebbe2
) - Install mypy in workflow (
e3482c9
) - Add missing arguments (
781ad1b
) - Incorrect mypy specification (
0b3ec55
) - Update types (
84293b6
)
Documentation
- Add upload_to_wandb (
695b744
)