Jayant

Results 2 comments of Jayant

@lmcinnes please apply a patch so that beginners like me can at least start using this awesome library.

if `X` and `y` are pandas dataframes and `train_indexes`,`test_indexes` are numpy arrays/list then removing slice should do the job. Try this: ` X_train, y_train = X.iloc[train_indexes], y.iloc[train_indexes]` `X_test, y_test =...