Closed titoeb closed 2 years ago
this is the same problem in #157
As per https://github.com/smartcorelib/smartcore/actions/runs/3091695574/jobs/5002085534
It looks like sometimes the accuracy is 0.8
yep, @montanalow provided a test with a dataset in #157 that is supposed to provide a higher accuracy and fails.
I think I was confused by a test failure here that I saw locally while developing, but didn’t repro when I opened the PR to demonstrate (which makes sense if it’s a flaky test). I’m not sure that the accuracy should actually be higher, so much as reproducible consistently. Can we eliminate all random variables with fixed seeds for tests?
While working with on the library I have seen the
svm::svc::tests::svc_fit_predict
-test fail randomly from time to time. Here an example from a CI run, but it also happened locally in a linux container on my development machine.Here the log of the testing suite.