- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1061 - 1070 of 3,208 for 2 (0.1 sec)
-
sigmoid_kernel — scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version sigmoid_kernel # sklearn.metrics.pairwise. sigmoid_ke...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html -
Missing Value Imputation — scikit-learn 1.7.2 d...
Examples concerning the sklearn.impute module. Imputing missing values before building an estimator Imputing missing values with variants of IterativeImputerscikit-learn.org/stable/auto_examples/impute/index.html -
Support Vector Machines — scikit-learn 1.7.2 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 -
load_digits — scikit-learn 1.7.2 documentation
Gallery examples: Recognizing hand-written digits Feature agglomeration Various Agglomerative Clustering on a 2D embedding of digits A demo of K-Means clustering on the handwritten digits data Sele...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html -
precision_recall_fscore_support — scikit-learn ...
array([2, 2, 2])) On this page This Page...the Precision and recall . [ 2 ] Wikipedia entry for the F1-score...scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html -
A demo of structured Ward hierarchical clusteri...
sigma = 2 ) rescaled_coins = rescale ( smoothened_coins , 0.2 , mode...scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html -
News
2.2 Released 2017-06-30 Fess 11.2.1 Released 2017-06-15...2016-11-07 Fess 10.2.2 Released 2016-10-02 Fess 10.2.1 Released 2016-08-30...fess.codelibs.org/news.html -
7.6. Random Projection — scikit-learn 1.7.2 doc...
scikit-learn.org/stable/modules/random_projection.html -
Comparing anomaly detection algorithms for outl...
make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...make_blobs ( centers = [[ 2 , 2 ], [ - 2 , - 2 ]], cluster_std = [...scikit-learn.org/stable/auto_examples/miscellaneous/plot_anomaly_comparison.html -
Novelty detection with Local Outlier Factor (LO...
2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html