Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Releases: JuliaML/MLDataPattern.jl

v0.5.5

26 Oct 23:39
3a97a45
Compare
Choose a tag to compare

MLDataPattern v0.5.5

Diff since v0.5.4

Closed issues:

  • ERROR: UndefVarError: indmax not defined (#51)

Merged pull requests:

v0.5.4

30 Oct 13:11
b9f9129
Compare
Choose a tag to compare

MLDataPattern v0.5.4

Diff since v0.5.3

Closed issues:

  • eachtarget for dabeled data as stated in documentation (#47)

Merged pull requests:

v0.5.3

29 Apr 09:05
a76f9ba
Compare
Choose a tag to compare

MLDataPattern v0.5.3

Diff since v0.5.2

Closed issues:

  • tag a new version (#24)

Merged pull requests:

  • passing rng parameter to stratifiedobs with callback (#46) (@racinmat)

v0.5.2

24 Apr 13:04
793da44
Compare
Choose a tag to compare

MLDataPattern v0.5.2

Diff since v0.5.1

Closed issues:

  • Support of passing rng parameter to randperm (#42)

Merged pull requests:

  • Add rng parameter to shuffleobs and stratifiedobs (#44) (@scimas)

v0.5.1

07 Apr 09:05
a1991a6
Compare
Choose a tag to compare

MLDataPattern v0.5.1

Diff since v0.5.0

Closed issues:

  • eachbatch is not CuArray friendly (#33)
  • Using remaining samples in eachbatch (#36)

Merged pull requests:

v0.5.0

26 Aug 21:29
f03b0c1
Compare
Choose a tag to compare
Update README.md

v0.4.0: Merge pull request #20 from JuliaML/oversample

01 May 12:58
90911ca
Compare
Choose a tag to compare
add fraction control to oversample

v0.3.0

13 Nov 16:08
f79ed89
Compare
Choose a tag to compare
add BalancedObs iterator (#18)

v0.2.0: Merge pull request #17 from JuliaML/sequences

05 Nov 07:22
8730b3d
Compare
Choose a tag to compare
Add `slidingwindow` function for preparing sequence data

v0.1.2: Merge pull request #12 from JuliaML/maxsize

02 Jun 07:35
Compare
Choose a tag to compare
allow maxsize in batchview to be larger than nobs. fixes #11