Releases: JuliaAI/MLJBase.jl
v0.13.5
MLJBase v0.13.5
v0.13.4
v0.13.3
MLJBase v0.13.3
Remove use of channels for displaying progress meter in CPU1
and CPUProcesses
versions of resampling (PR #283 )
Merged pull requests:
- Update train_test_pairs() for stratified CV (#276) (@CameronBieganek)
- Simplify stratified CV (#277) (@CameronBieganek)
- removed channels for CPU1 and CPUThreads (#283) (@OkonSamuel)
- For a 0.10.3 release (#284) (@ablaom)
v0.13.2
v0.13.1
MLJBase v0.13.1
-
Add machine support for supervised models that take
X = nothing
for input features, to fit a distribution or sampler to the targety
. -
Bump compatibility requirement for MLJModelInterface to "^0.2.2" (to enable the above)
-
Fix some transformer doc-strings
-
Allow machines wrapping
Static
models totransform
without first callingfit!
Merged pull requests:
v0.13.0
MLJBase v0.13.0
-
(mildly breaking enhancement) Spread remainder evenly among folds in
train_test_pairs(::CV, ...)
(#232 PR #243) -
(breaking) Restyle
report
andfitted_params
for exported learning networks to include a dictionary of reports or fitted_params, keyed on the machines in the underlying learning network. Retain themachines
key in both cases for user convenience (#254, PR #259) -
Update compatiblity for ScientificTypes to "0.1^,0.2"
Merged pull requests:
v0.12.8
MLJBase v0.12.8
-
Fix
nrows
issue (#246) -
Extend compatibility requirement for PrettyTables to "^0.8,^0.9"
-
Fix
evaluate
hanging issue (#235)
Closed issues:
- suppress display of data in @load_iris, etc (#226)
- For a 0.12.6 release (#231)
evaluate!
hangs instead of throwing exceptions (flawed exception handling) (#235)- nrows() of degenerate Matrix of Union{} is 0 (#239)
- nrows gives wrong answer for row tables (#246)
Merged pull requests:
v0.12.7
v0.12.6
MLJBase v0.12.6
- Add a new built-in dataset, loaded with
X, y = @load_smarket
ordata = load_smarket()
Merged pull requests:
v0.12.5
MLJBase v0.12.5
Update [compat] StatsBase = "^0.32,^0.33"
Merged pull requests: