Update to 0.7 and 1.0
New features:
- add
fraction
parameter tooversample
New features:
- added
BalancedObs
iterator to allow for balanced sampling from labeled data container that with skewed label distributions.
- drop julia 0.5 support.
New features:
- added
slidingwindow
to help prepare sequence data for training.
Small changes:
-
rework how
FoldsView
is displayed. -
make
BatchView
only print the "unused datapoints" warning once. -
add test dependency on
ReferenceTests.jl
.
Fixes:
- disallow certain functions on
DataView
that don't work the way a user would expect.
Small changes:
-
reworked how data views and data iterators are displayed
-
added
maxsize
keyword argument toeachbatch
andbatchview
New features:
- added
stratifiedobs
to perform partitioning using stratified sampling without replacement.