Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-05-15 | 818 Bytes | |
v0.12.0 source code.tar.gz | 2024-05-15 | 3.2 MB | |
v0.12.0 source code.zip | 2024-05-15 | 3.3 MB | |
Totals: 3 Items | 6.5 MB | 0 |
BetaML v0.12.0
- Added
FeatureRanker
, a flexible feature ranking estimator using multiple feature importance metrics - new functions
kl_divergence
andsobol_index
- added option to tree-based models to ignore specific variables in prediction, by following both the splits on nodes occurring on that dimensions, as the keyword
ignore_dims
to thepredict
function - added option
sampling_share
toRandomForestEstimator
model - DOC: added Benchmarks (but then temporarily removed due to the issue of SystemBenchmark not installable, see this issue )
- DOC: added
FeatureRanker
tutorial - bugfix on
l2loss_by_cv
for unsupervised models