aboutsummaryrefslogtreecommitdiff
path: root/test/test_gridsearch.py
AgeCommit message (Collapse)AuthorFilesLines
2019-03-07Add warning that shufflesplits unsupportedGertjan van den Burg1-1/+17
2019-03-07Speed up unit testsGertjan van den Burg1-7/+26
2019-03-07Lower threshold to stop Travis from failingGertjan van den Burg1-6/+9
I suspect the low accuracy on Travis tests comes from lower numerical accuracy, but haven't tested this. We're mainly interested in testing that it works with these tests, not necessarily trying to achieve a certain accuracy.
2019-03-06Bugfix and test for predict method of GridSearchGertjan van den Burg1-0/+3
2019-03-06Travis (#4)Gertjan van den Burg1-3/+6
* add cython to travis * add blas to travis install * fix blas dependency * trying with the atlas version of blas * add lapack too * try with lapacke * attempt to get lapack info * use correct asserts and lower threshold * decrease precision for seed test * add python 2.7 too * add travis status to readme
2019-03-06Add predefined parameter gridsGertjan van den Burg1-5/+37
2019-01-15Add unit tests to gitGertjan van den Burg1-0/+209
Oops