This repository was archived by the owner on May 21, 2022. It is now read-only.
Releases: JuliaML/MLDataPattern.jl
Releases · JuliaML/MLDataPattern.jl
v0.5.5
MLDataPattern v0.5.5
Closed issues:
- ERROR: UndefVarError: indmax not defined (#51)
Merged pull requests:
- Replace indmax -> argmax (#52) (@drozzy)
- Update Project.toml (#62) (@CarloLucibello)
v0.5.4
v0.5.3
v0.5.2
MLDataPattern v0.5.2
Closed issues:
- Support of passing rng parameter to randperm (#42)
Merged pull requests:
v0.5.1
MLDataPattern v0.5.1
Closed issues:
Merged pull requests:
- Switch to Project.toml and clean up .travis.yml (#30) (@rdeits)
- add doc string to obsview and batchview (#32) (@johnnychen94)
- Deprecate >= notation in compat section (#34) (@johnnychen94)
- Install TagBot as a GitHub Action (#37) (@JuliaTagBot)
- update LearnBase and StatsBase version (#40) (@johnnychen94)
- update CI settings (#41) (@johnnychen94)
v0.5.0
v0.4.0: Merge pull request #20 from JuliaML/oversample
add fraction control to oversample
v0.3.0
v0.2.0: Merge pull request #17 from JuliaML/sequences
Add `slidingwindow` function for preparing sequence data
v0.1.2: Merge pull request #12 from JuliaML/maxsize
allow maxsize in batchview to be larger than nobs. fixes #11