Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1271 - 1280 of over 10,000 for 2 (0.24 seconds)

  1. NearestCentroid — scikit-learn 1.8.0 docu...

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Mar 02 11:09:52 UTC 2026
      136.9K bytes
      Cache
     
  2. 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
     
  3. brier_score_loss — scikit-learn 1.8.0 doc...

    2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Mon Mar 02 11:09:53 UTC 2026
      120.4K bytes
      Cache
     
  4. decomposition.rst.txt

    \frac{1}{2} ||X - Y||_{\mathrm{Fro}}^2 = \frac{1}{2} \sum_{i,j}...Y) = \frac{1}{2} ||X - Y||_{Fro}^2 = \frac{1}{2} \sum_{i,j} (X_{ij}...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Mon Feb 23 17:51:57 UTC 2026
      45.9K bytes
      1 views
     
  5. MultiTaskElasticNetCV — scikit-learn 1.8....

    [ 2 , 2 ]], ... [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]]) Mul...is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html
    Mon Mar 02 11:09:51 UTC 2026
      164.6K bytes
      Cache
     
  6. non_negative_factorization — scikit-learn...

    ||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html
    Mon Mar 02 11:09:52 UTC 2026
      122.3K bytes
      Cache
     
  7. 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
    Mon Mar 02 11:09:51 UTC 2026
      122.7K bytes
      Cache
     
  8. PredefinedSplit — scikit-learn 1.8.0 docu...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Mar 02 11:09:53 UTC 2026
      116.5K bytes
      Cache
     
  9. type_of_target — scikit-learn 1.8.0 docum...

    ‘binary’: y contains <= 2 discrete values and is 1d or a...least two columns, and at most 2 unique values. ‘unknown’: y is...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Mon Mar 02 11:09:51 UTC 2026
      113K bytes
      Cache
     
  10. 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
    Mon Mar 02 11:09:51 UTC 2026
      55.5K bytes
      Cache
     
Back to Top