- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of 3,230 for 1 (0.3 sec)
-
Support Vector Machines — scikit-learn 1.7.1 do...
Examples concerning the sklearn.svm module. One-class SVM with non-linear kernel (RBF) Plot classification boundaries with different SVM Kernels Plot different SVM classifiers in the iris dataset P...scikit-learn.org/stable/auto_examples/svm/index.html -
sklearn.metrics — scikit-learn 1.7.1 documentation
Score functions, performance metrics, pairwise metrics and distance computations. User guide. See the Metrics and scoring: quantifying the quality of predictions and Pairwise metrics, Affinities an...scikit-learn.org/stable/api/sklearn.metrics.html -
all_functions — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version all_functions # sklearn.utils.discovery. all_function...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_functions.html -
sklearn.exceptions — scikit-learn 1.7.1 documen...
Custom warnings and errors used across scikit-learn.scikit-learn.org/stable/api/sklearn.exceptions.html -
kernel_metrics — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version kernel_metrics # sklearn.metrics.pairwise. kernel_met...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.kernel_metrics.html -
all_displays — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version all_displays # sklearn.utils.discovery. all_displays ...scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_displays.html -
check_memory — scikit-learn 1.7.1 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version check_memory # sklearn.utils.validation. check_memory...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_memory.html -
Crafting a minimal reproducer for scikit-learn ...
1.43 , 30.01 , 22.17 ], "target"...recent call last) <ipython-input-1-a674e682c281> in <module> 4 vectorizer...scikit-learn.org/stable/developers/minimal_reproducer.html -
Effect of model regularization on training and ...
noise = 1.0 , coef = True , random_state...alphas = np . logspace ( - 5 , 1 , 60 ) disp = ValidationCurveDispl...scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html -
One-class SVM with non-linear kernel (RBF) — sc...
reshape ( - 1 , 1 ), yy . reshape ( - 1 , 1 )], axis = 1 ) DecisionBoundaryDisp...OneClassSVM ( nu = 0.1 , kernel = "rbf" , gamma = 0.1 ) clf . fit (...scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html