MasashiSode / mcs_kfold

mcs_kfold stands for "monte carlo stratified k fold". This library attempts to achieve equal distribution of discrete/categorical variables in all folds. The greatest advantage of this method is that it can be applied to multi-dimensional targets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inherit sklearn's _BaseKFold in MCSKFold to unify the interface

MasashiSode opened this issue · comments

Inherit _BaseKFold in MCSKFold to unify the interface.