Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1261 - 1270 of over 10,000 for 2 (0.37 seconds)

  1. 7.8. Pairwise metrics, Affinities and Kernels &...

    for all a and b 2. d ( a , b ) == 0 , if and only...>>> X = np . array ([[ 2 , 3 ], [ 3 , 5 ], [ 5 , 8 ]])...
    scikit-learn.org/stable/modules/metrics.html
    Thu Mar 05 14:15:30 UTC 2026
      10.5K bytes
      Cache
     
  2. auc — scikit-learn 1.8.0 documentation

    2 , 2 ]) >>> y_score = np...y_true , y_score , pos_label = 2 ) >>> metrics . auc (...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Mon Mar 02 11:09:51 UTC 2026
      113.5K bytes
      Cache
     
  3. Manifold Learning methods on a severed sphere &...

    2 sec ISO: 0.11 sec MDS: 1.1 sec...projections with matplotlib < 3.2 import mpl_toolkits.mplot3d #...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Thu Mar 05 14:15:26 UTC 2026
      17.7K bytes
      Cache
     
  4. Schnellstart-Anleitung

    1: Docker (Empfohlen) Methode 2: ZIP-Paket Ihre erste Suche: Ein...20.10 oder neuer Docker Compose 2.0 oder neuer Schritt 1: Konfigurationsdateie...
    fess.codelibs.org/de/quick-start.html
    Thu Mar 05 02:47:22 UTC 2026
      26.8K bytes
      Cache
     
  5. Importance of Feature Scaling — scikit-le...

    section we select a subset of 2 features that have values with...) = plt . subplots ( ncols = 2 , figsize = ( 12 , 6 )) fit_and_plot_model...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Thu Mar 05 14:15:31 UTC 2026
      19.4K bytes
      Cache
     
  6. Compressive sensing: tomography reconstruction ...

    x - l / 2.0 ) ** 2 + ( y - l / 2.0 ) ** 2 < ( l / 2.0 ) **...** 2 mask = np . zeros (( l , l )) points = l * rs . rand ( 2 ,...
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Thu Mar 05 14:15:26 UTC 2026
      18K bytes
      Cache
     
  7. Feature agglomeration vs. univariate selection ...

    selection # This example compares 2 dimensionality reduction strategies:.... randn ( n_samples , size ** 2 ) for x in X : # smooth data x...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Thu Mar 05 14:15:29 UTC 2026
      17.3K bytes
      Cache
     
  8. Plot the decision surface of decision trees tra...

    2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2 , 3 ]]): #...boundary ax = plt . subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Thu Mar 05 14:15:31 UTC 2026
      15.9K bytes
      Cache
     
  9. murmurhash3_32 — scikit-learn 1.8.0 docum...

    to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>>...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Mon Mar 02 11:09:52 UTC 2026
      106.1K bytes
      Cache
     
  10. One-Class SVM versus One-Class SVM using Stocha...

    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/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Thu Mar 05 14:15:26 UTC 2026
      17.6K bytes
      Cache
     
Back to Top