amueller / scipy-2016-sklearn

Scikit-learn tutorial at SciPy2016
Creative Commons Zero v1.0 Universal
515 stars 516 forks source link

Update hacky code in helpers.py #83

Open rhiever opened 7 years ago

rhiever commented 7 years ago

In helpers.py#68, we use some hacky code to get the indices of the training and testing set. We should find a better way to do this.