nyanp / nyaggle

Code for Kaggle and Offline Competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about docstring

tenajima opened this issue · comments

>>> split = Take(3, KFold(5))

This split should be folds ?

>>> split = Skip(3, KFold(5))

>>> split = Nth(3, KFold(5))

These are also.

commented

You’re correct, folds is much better.

I made simple PR !