Published May 13, 2021
| Version v1.0.0
Software
Open
mikropml: User-Friendly R Package for Supervised Machine Learning Pipelines
Authors/Creators
- 1. University of Michigan
Description
- mikropml now has a logo created by @NLesniak!
- Made documentation improvements (#238, #231 @kelly-sovacool; #256 @BTopcuoglu).
- New option in
preprocess_data():prefilter_threshold(#240, @kelly-sovacool, @courtneyarmour).- Remove any features that appear in N=
prefilter_thresholdor fewer rows in the data. - Created function
remove_singleton_columns()called bypreprocess_data()to carry this out.
- Remove any features that appear in N=
- New option in
get_feature_importance():groups(#246, @kelly-sovacool).- Provide custom groups of features to permute together during permutation importance.
groupsisNULLby default; in this case, correlated features abovecorr_threshare grouped together.
preprocess_data()now replaces spaces in the outcome column with underscores (#247, @kelly-sovacool, @JonnyTran).- Clarify in the intro vignette that we do not support multi-label outcomes. (#254, @zenalapp)
- Optional progress bar for
preprocess_data()andget_feature_importance()using the progressr package (#257, @kelly-sovacool, @JonnyTran, @FedericoComoglio). - The mikropml paper is soon to be published in JOSS!
Files
SchlossLab/mikropml-v1.0.0.zip
Files
(4.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:68e581dd22cc96b1dcf36cdbb0b6b860
|
4.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/SchlossLab/mikropml/tree/v1.0.0 (URL)