Releases: JuliaAI/MLJBase.jl
Releases · JuliaAI/MLJBase.jl
v0.18.14
MLJBase v0.18.14
- Improve performance of
nrows
for row-based tables (#591) @OkonSamuel
Merged pull requests:
- improve performance of
MMI.nrows
(#591) (@OkonSamuel) - For a 0.18.14 release (#592) (@ablaom)
v0.18.13
MLJBase v0.18.13
- (enhancent) Add
CVTimeSeries
resampling strategy, for time series data (#331) @aa25desh @CameronBieganek
Merged pull requests:
v0.18.12
MLJBase v0.18.12
Closed issues:
- New patch release of LossFunctions is triggering build fail (#575)
Merged pull requests:
v0.18.11
MLJBase v0.18.11
Merged pull requests:
v0.18.10
MLJBase v0.18.10
- (ehnancement) Add canned version of Wolpert model stacking,
Stack
(#564) @olivierlabayle @ablaom - (bug fix) Fix overflow bug in
MatthewsCorrelation
coefficient (#571) @giordano - (enhancement) Overload
partition
to work on arbitrary vectors, matrices and tables (#361) @giordano - (bug fix) Fix flawed interface point for RNG specification in synthetic data methods, such as
make_blobs
(#567) @OkonSamuel - Remove LossFunctions.jl type piracy (#577) @ablaom
Closed issues:
- Review of loading time (#77)
- Generalize
partition
to split any table or matrix or vector, not just vector of integers (#361) - Use xlogy function in cross-entropy definition (#373)
- Balanced accuracy on ConfusionMatrix fails (#380)
- Matthews correlation should be reviewed (#381)
- Cannot pass arbitrary
rng
tomake_blobs
(#567)
Merged pull requests:
- Add method
partition(::AbstractMatrix, ...)
(#561) (@giordano) - Stacking (#564) (@olivierlabayle)
- Tighten return type of predict for KNNClassifier (model for testing) (#566) (@ablaom)
- address issue 567 (#568) (@OkonSamuel)
- Fix computation of Matthews correlation coefficient (#571) (@giordano)
- Remove LossFunctions type piracy (#577) (@ablaom)
- Fix transposed
y
andyhat
in measures from LossFunctions (#578) (@ablaom)
v0.18.9
MLJBase v0.18.9
Merged pull requests:
v0.18.8
v0.18.7
MLJBase v0.18.7
Merged pull requests:
v0.18.6
MLJBase v0.18.6
- Make the
show
method, andfitted_params
/report
for composite models, property-based, instead of field-based (#553 )
Merged pull requests:
- Update resampling.jl (#552) (@adityasaini70)
- Make MLJType
show
method, andfitted_params
/report
for composites, property-based instead of field-based (#553) (@ablaom)