-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of MLDataPattern porting #3
Comments
We can consider this essentially done |
Hi, what about |
not really, we just didn't port code that we weren't sure was going to be useful. I think |
Just to clarify, I came here specifically for missing Asked about |
I use |
Also found |
|
A list of what is currently exported from MLDataPattern.jl.
TO PORT
getobs
,getobs!
andnobs
. numobs and getobs #1nobs
is nownumobs
;obsdim
argument is dropped from the interfacerandobs
numobs and getobs #1datasubset, DataSubset
port datasubset #4shuffleobs
port splitobs, shuffleobs, obsview #5splitobs
port splitobs, shuffleobs, obsview #5DataView
port splitobs, shuffleobs, obsview #5obsview, ObsView
port splitobs, shuffleobs, obsview #5batchview, BatchView
port batchview #6batchsize
port batchview #6slidingwindow, SlidingWindow
add slidingwindow #196stratifiedobs
(nowsplitobs(..., stratified=y)
, add stratified options to splitobs #195)oversample, undersample
add labelmap, oversample, undersample #10kfolds
add eachobs, eachbatch, kfolds, leavepout #9leaveout
add eachobs, eachbatch, kfolds, leavepout #9eachobs
add eachobs, eachbatch, kfolds, leavepout #9eachbatch
add eachobs, eachbatch, kfolds, leavepout #9NOT TO BE PORTED
BufferGetObs
RandomObs, RandomBatches
BalancedObs
FoldView
targets
eachtarget
The text was updated successfully, but these errors were encountered: