Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1061 - 1070 of 3,208 for 2 (0.1 sec)

  1. 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
    Wed Sep 17 19:58:00 UTC 2025
      107.6K bytes
      Cache
     
  2. 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 IterativeImputer
    scikit-learn.org/stable/auto_examples/impute/index.html
    Wed Sep 17 19:58:00 UTC 2025
      74.2K bytes
      Cache
     
  3. 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
    Wed Sep 17 19:57:58 UTC 2025
      81K bytes
      Cache
     
  4. 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
    Wed Sep 17 19:58:00 UTC 2025
      128.2K bytes
      Cache
     
  5. 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
    Wed Sep 17 19:57:58 UTC 2025
      122.4K bytes
      Cache
     
  6. 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
    Wed Sep 17 19:57:58 UTC 2025
      94.3K bytes
      Cache
     
  7. 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
    Wed Sep 17 02:39:33 UTC 2025
      41.4K bytes
      Cache
     
  8. 7.6. Random Projection — scikit-learn 1.7.2 doc...

    2. Gaussian random projection #...
    scikit-learn.org/stable/modules/random_projection.html
    Wed Sep 17 19:57:58 UTC 2025
      48.4K bytes
      Cache
     
  9. 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
    Wed Sep 17 19:57:58 UTC 2025
      119K bytes
      Cache
     
  10. 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
    Wed Sep 17 19:58:00 UTC 2025
      103.2K bytes
      1 views
      Cache
     
Back to top