Run
10559859

Run 10559859

Task 5024 (Supervised Regression) ERA Uploaded 26-03-2021 by Tan Zheng
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Flow

sklearn.svm._classes.SVR(1)Epsilon-Support Vector Regression. The free parameters in the model are C and epsilon. The implementation is based on libsvm. The fit time complexity is more than quadratic with the number of samples which makes it hard to scale to datasets with more than a couple of 10000 samples. For large datasets consider using :class:`sklearn.svm.LinearSVR` or :class:`sklearn.linear_model.SGDRegressor` instead, possibly after a :class:`sklearn.kernel_approximation.Nystroem` transformer.
sklearn.svm._classes.SVR(1)_C1.0
sklearn.svm._classes.SVR(1)_cache_size200
sklearn.svm._classes.SVR(1)_coef00.0
sklearn.svm._classes.SVR(1)_degree3
sklearn.svm._classes.SVR(1)_epsilon0.1
sklearn.svm._classes.SVR(1)_gamma"scale"
sklearn.svm._classes.SVR(1)_kernel"rbf"
sklearn.svm._classes.SVR(1)_max_iter-1
sklearn.svm._classes.SVR(1)_shrinkingtrue
sklearn.svm._classes.SVR(1)_tol0.001
sklearn.svm._classes.SVR(1)_verbosefalse

Result files

xml
Description

XML file describing the run, including user-defined evaluation measures.

arff
Predictions

ARFF file with instance-level predictions generated by the model.

7 Evaluation measures

1.6358 ± 0.1126
Cross-validation details (10-fold Crossvalidation)
1000
Cross-validation details (10-fold Crossvalidation)
1.9819 ± 0.1592
Cross-validation details (10-fold Crossvalidation)