Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a failing test with sklearn 0.21.2
The test relied upon 75 samples being split into 60/15 for the internal train/valid split. However, with certain sklearn versions, the split would be 59/16 because of stratification. As a solution, the target values are all set to 0. Since they are not important for the tests, this solution works.
- Loading branch information