Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of over 10,000 for 1 (0.17 seconds)

  1. 1.12. Multiclass and multioutput algorithms &#8...

    1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...
    scikit-learn.org/stable/modules/multiclass.html
    Fri Nov 28 11:32:54 GMT 2025
      107.2K bytes
      Cache
     
  2. 1.1. Linear Models — scikit-learn 1.7.2 d...

    array([[1, 0, 0, 0], [1, 0, 1, 0], [1, 1, 0, 0], [1, 1, 1, 1]]) >>>... 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00, 1.e+01, 1.e+02,...
    scikit-learn.org/stable/modules/linear_model.html
    Fri Nov 28 11:32:52 GMT 2025
      221.5K bytes
      Cache
     
  3. 1.6. Nearest Neighbors — scikit-learn 1.7...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...
    scikit-learn.org/stable/modules/neighbors.html
    Fri Nov 28 11:32:55 GMT 2025
      122.7K bytes
      Cache
     
  4. 1.4. Support Vector Machines — scikit-lea...

    “0 vs 1”, “0 vs 2” , … “0 vs n”, “1 vs 2”, “1 vs 3”, “1 vs n”,...[[ 0 , 0 ], [ 1 , 1 ]] >>> y = [ 0 , 1 ] >>>...
    scikit-learn.org/stable/modules/svm.html
    Fri Nov 28 11:32:54 GMT 2025
      125.5K bytes
      Cache
     
  5. Version 1.1 — scikit-learn 1.7.2 document...

    Version 1.1.0 # May 2022 Minimal dependencies # Version 1.1.0 of...#23273 by Thomas Fan . Version 1.1.1 # May 2022 Changelog # Enhancement...
    scikit-learn.org/stable/whats_new/v1.1.html
    Sat Nov 29 05:08:38 GMT 2025
      286.7K bytes
      Cache
     
  6. Version 1.4 — scikit-learn 1.7.2 document...

    Version 1.4.1 # February 2024 Changed models...deprecated in version 1.4 and will be removed in version 1.6. Use the default...
    scikit-learn.org/stable/whats_new/v1.4.html
    Sat Nov 29 05:08:38 GMT 2025
      211.1K bytes
      Cache
     
  7. completeness_score — scikit-learn 1.7.2 d...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Sat Nov 29 05:08:38 GMT 2025
      114.8K bytes
      Cache
     
  8. CountVectorizer — scikit-learn 1.7.2 docu...

    [[0 1 1 1 0 0 1 0 1] [0 2 0 1 0 1 1 0 1] [1 0 0 1 1 0 1 1 1] [0...[[0 0 1 1 0 0 1 0 0 0 0 1 0] [0 1 0 1 0 1 0 1 0 0 1 0 0] [1 0 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Sat Nov 29 05:08:37 GMT 2025
      143.5K bytes
      Cache
     
  9. brier_score_loss — scikit-learn 1.7.2 doc...

    y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...defined as: \[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Sat Nov 29 05:08:37 GMT 2025
      120K bytes
      Cache
     
  10. LabelBinarizer — scikit-learn 1.7.2 docum...

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y )...fit ( np . array ([[ 0 , 1 , 1 ], [ 1 , 0 , 0 ]])) LabelBinarizer()...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Sat Nov 29 05:08:37 GMT 2025
      135.3K bytes
      Cache
     
Back to Top