thundersvm icon indicating copy to clipboard operation
thundersvm copied to clipboard

ThunderSVM: A Fast SVM Library on GPUs and CPUs

Results 87 thundersvm issues
Sort by recently updated
recently updated
newest added

``` strategy_list` = ['st1', 'st2', 'st3', 'st4', 'st5', 'st6', 'st7', 'st8', 'st9', 'st10'] for strategy in tqdm(strategy_list): class_weight = weight_instances(globals()['y_train_' + strategy]) params = [ {'C': c_list, 'kernel': ['linear'], 'class_weight':...

I'm using CPU-only Thundersvm on a centos colony, each of the calculating node has 28 cores. But I got a problem when I try to optimize my parameters when using...

It seemed there was a missing method in `kernelmatrix_kernel.cpp` that prevented the build from completing. I wrote it up with some help. It might be subject to modifications; I tested...

The Python wheel that is currently available on [PyPI](https://pypi.org/project/thundersvm/#files) only runs on Linux. It would be great if macOS and Windows were also supported so that one could just `pip...