This repository has been archived by the owner on May 1, 2023. It is now read-only.
v0.27.0
MartinBernstorff
released this
22 Dec 10:32
·
846 commits
to main
since this release
Feature
- Add suggested cols if missing using Levenshtein edit distance (
ae6a6c2
) - Unify wandb group naming (
7ae1bb0
) - Check that specified col names exist in dataset (
7208e13
) - Add wandb alert on exception (
ef3df84
) - Update project name (
aaaf52f
) - Add model-training suffix to trainer (
f2ac4dc
)
Fix
- Imputation method is not required (
f47d8b1
) - Only check col names in col schema (
ee61991
) - Sleep between workers to avoid segfaults (
fcd7cd2
) - Rename preprocessing keys (
eee7768
) - Incorrect paths (
ef4e925
) - Broken imports (
cb361e5
) - Post_split config addressing (
f76dd5a
) - Broken imports (
9a1531c
) - Broken imports in train_model (
7852599
)
Documentation
- Improve docs (
ad0b842
)