Skip to content

Commit

Permalink
pipeline permuter export: added "SelectFromModel" to latex keys
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Jan 25, 2024
1 parent 5e9e4e2 commit 61eed06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## Version 0.10.2 - xxx
### Changes
- `BaseProtocol.add_salvia_data` now also accepts absolute saliva sample times as argument
by setting `sample_times_absolute=True`.

## Version 0.10.1 - Dec 01, 2023
### Bugfixes
- `biopsykit.classification.model_selection.SklearnPipelinePermuter`: fixed bug that lead to the incorrect flattening
Expand Down
Expand Up @@ -47,6 +47,7 @@
"StandardScaler": "Standard",
"SelectKBest": "SkB",
"RFE": "RFE",
"SelectFromModel": "SFM",
"GaussianNB": "NB",
"KNeighborsClassifier": "kNN",
"DecisionTreeClassifier": "DT",
Expand Down

0 comments on commit 61eed06

Please sign in to comment.