This repository has been archived by the owner on May 21, 2022. It is now read-only.
Releases: JuliaML/MLDataUtils.jl
Releases · JuliaML/MLDataUtils.jl
v0.5.4
v0.5.3
v0.5.2
v0.5.1
MLDataUtils v0.5.1
Closed issues:
- splitobs(df) docs example does not work (#44)
Merged pull requests:
- Update for DataFrameRow changes (#47) (@oxinabox)
- Install TagBot as a GitHub Action (#50) (@JuliaTagBot)
- create project file and update CI settings (#51) (@johnnychen94)
- update LearnBase and StatsBase version (#54) (@johnnychen94)
v0.5.0
v0.4.0
v0.3.0: Merge pull request #37 from andreasnoack/master
Updates for new missing representation in DataFrames
v0.2.0: implement rescale! and center! for DataFrame (#33)
* Convert data arrays before rescaling * Add tests and skip columns with NAs