Releases: JuliaML/MLUtils.jl
Releases · JuliaML/MLUtils.jl
v0.2.1
v0.2.0
MLUtils v0.2.0
Closed issues:
- circularity in AbstractDataContainer definitions (#57)
Merged pull requests:
v0.1.4
MLUtils v0.1.4
Merged pull requests:
v0.1.3
v0.1.2
MLUtils v0.1.2
Closed issues:
- Error in installing because v0.1.1 doesn't contain
src/Datasets/datasets.jl
(#48)
Merged pull requests:
- Rename datasets.jl to load_datasets.jl (#49) (@theabhirath)
v0.1.1
v0.1.0
MLUtils v0.1.0
Closed issues:
- Drop ObsView etc. (#8)
- add batch and unbatch (#12)
- Port some data container functionality out of FastAI.jl (#14)
- Status of MLDataUtils porting (#17)
- extend batch to handle vectors of tuples, named tuples, dicts (#23)
- use keyword
dims
for unsqueeze, stack, unstack (#25) - disallow generic iterables in batch in favor of vector (#26)
Merged pull requests:
- numobs and getobs (#1) (@CarloLucibello)
- port datasubset (#4) (@CarloLucibello)
- port splitobs, shuffleobs, obsview (#5) (@CarloLucibello)
- port batchview (#6) (@CarloLucibello)
- Add AbstractDataContainer/AbstractDataIterator (#7) (@darsnack)
- add eachobs, eachbatch, kfolds, leavepout (#9) (@CarloLucibello)
- add labelmap, oversample, undersample (#10) (@CarloLucibello)
- merge DataSubset into ObsView, remove DataView (#11) (@CarloLucibello)
- add datasets from MLDataUtils (#18) (@CarloLucibello)
- add data generators and create Datasets module (#19) (@CarloLucibello)
- add utilities from Flux (#20) (@CarloLucibello)
- Port transforms from FastAI (#21) (@CarloLucibello)
- port DataLoader from Flux (#22) (@CarloLucibello)
- extend batch to tuple, named tuples dict (#27) (@CarloLucibello)
- dims keyword for stack, unstack, unsqueeze (#28) (@CarloLucibello)
- rename labelmap and frequencies to group_indices and group_counts (#32) (@CarloLucibello)
- remove eachbatch and rebase DataLoader on eachobs (#34) (@CarloLucibello)
- Add README and move around stuff (#35) (@CarloLucibello)
- docs + datasubset is now obsview (#36) (@CarloLucibello)
- docs action (#37) (@CarloLucibello)
- fix docs action (#39) (@CarloLucibello)
- remove some trivial datasets (#40) (@CarloLucibello)
- remove batchview in favor of BatchView (#42) (@CarloLucibello)