Closed
Description
Ideally some utility method that works to shuffle both dataframes, series and numpy arrays.
For example to shuffle a Dataframe: df.ix[shuffle(df.index)].
See scikit-learn/scikit-learn#4008 for discussion.
Ideally some utility method that works to shuffle both dataframes, series and numpy arrays.
For example to shuffle a Dataframe: df.ix[shuffle(df.index)].
See scikit-learn/scikit-learn#4008 for discussion.