Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of over 10,000 for 1 (0.12 seconds)

  1. 1. Supervised learning — scikit-learn 1.7...

    version 1. Supervised learning # 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...
    scikit-learn.org/stable/supervised_learning.html
    Sun Nov 23 04:34:55 GMT 2025
      46.9K bytes
      Cache
     
  2. 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
    Sun Nov 23 04:34:54 GMT 2025
      143.5K bytes
      Cache
     
  3. 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
    Sun Nov 23 04:34:54 GMT 2025
      120K bytes
      Cache
     
  4. Version 1.6 — scikit-learn 1.7.2 document...

    Version 1.6.1 # January 2025 Changed models...was deprecated in 1.6 and will be removed in 1.8. It has no effect...
    scikit-learn.org/stable/whats_new/v1.6.html
    Sun Nov 23 04:34:54 GMT 2025
      160.8K bytes
      Cache
     
  5. 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
    Sun Nov 23 04:34:55 GMT 2025
      135.3K bytes
      Cache
     
  6. precision_score — scikit-learn 1.7.2 docu...

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred...= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Sun Nov 23 04:34:54 GMT 2025
      125.4K bytes
      Cache
      Similar Results (1)
     
  7. make_sparse_spd_matrix — scikit-learn 1.7...

    array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0.,...elements all 1. smallest_coef float, default=0.1 The value of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_spd_matrix.html
    Sun Nov 23 09:39:45 GMT 2025
      110.8K bytes
      Cache
     
  8. minmax_scale — scikit-learn 1.7.2 documen...

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...independently array([[0., 1., 1.], [1., 0., 0.]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Fri Nov 21 09:29:38 GMT 2025
      115.6K bytes
      Cache
     
  9. NearestNeighbors — scikit-learn 1.7.2 doc...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Sun Nov 23 04:34:55 GMT 2025
      151.7K bytes
      Cache
     
  10. confusion_matrix — scikit-learn 1.7.2 doc...

    1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...) array([[2, 0, 0], [0, 0, 1], [1, 0, 2]]) >>> y_true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Sun Nov 23 04:34:54 GMT 2025
      117.7K bytes
      Cache
     
Back to Top