Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 2,486 for 2 (0.16 sec)

  1. Release Highlights — scikit-learn 1.7.2 documen...

    2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/auto_examples/release_highlights/index.html
    Sun Nov 09 07:16:24 UTC 2025
      80.8K bytes
      Cache
     
  2. ElasticNet — scikit-learn 1.7.2 documentation

    function: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Sun Nov 09 07:16:24 UTC 2025
      166.2K bytes
      Cache
     
  3. IncrementalPCA — scikit-learn 1.7.2 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [ 2 , 1 ], [...O(batch_size * n_features ** 2) , but only 2 * batch_size samples remain...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Sun Nov 09 07:16:24 UTC 2025
      146.8K bytes
      2 views
      Cache
     
  4. MultiOutputClassifier — scikit-learn 1.7.2 docu...

    predict ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]])...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Sun Nov 09 07:16:25 UTC 2025
      141.7K bytes
      Cache
     
  5. NearestCentroid — scikit-learn 1.7.2 documentation

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Sun Nov 09 07:16:24 UTC 2025
      136.4K bytes
      Cache
     
  6. PLSCanonical — scikit-learn 1.7.2 documentation

    [ 2. , 2. , 2. ], [ 2. , 5. , 4. ]] >>> y =...= [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 , 12.3...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Sun Nov 09 07:16:24 UTC 2025
      159.1K bytes
      Cache
     
  7. recall_score — scikit-learn 1.7.2 documentation

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html
    Sun Nov 09 07:16:24 UTC 2025
      125.5K bytes
      Cache
      Similar Results (1)
     
  8. silhouette_samples — scikit-learn 1.7.2 documen...

    defined if number of labels is 2 <= n_labels <= n_samples - 1 ....Applied Mathematics 20: 53-65. [ 2 ] Wikipedia entry on the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Sun Nov 09 07:16:24 UTC 2025
      112.3K bytes
      Cache
     
  9. LabelBinarizer — scikit-learn 1.7.2 documentation

    2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Sun Nov 09 07:16:25 UTC 2025
      135.3K bytes
      Cache
     
  10. RidgeClassifierCV — scikit-learn 1.7.2 document...

    1e-2 , 1e-1 , 1 ]) . fit ( X , y )...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifierCV.html
    Sun Nov 09 07:16:25 UTC 2025
      142.2K bytes
      Cache
     
Back to top