aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30Add support for returning the support vectors (#5)Gertjan van den Burg1-0/+17
2019-05-17bugfix for predict with gamma = 'auto'Gertjan van den Burg1-0/+17
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-06Speed up unit testGertjan van den Burg1-1/+1
2019-03-06Add support for specifying sample weights (fixes #2)Gertjan van den Burg1-0/+14
2019-03-06Bugfix and test for predict method of GridSearchGertjan van den Burg1-0/+3
2019-03-06Travis (#4)Gertjan van den Burg2-19/+23
* 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-03-06Add test for nonlinear trainingGertjan van den Burg1-0/+16
2019-03-06Add support for interrupted grid searchGertjan van den Burg1-0/+12
2019-01-15Add unit tests to gitGertjan van den Burg4-0/+517
Oops