Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 2,645 for 2 (0.08 sec)

  1. Older Versions — scikit-learn 1.5.2 documentation

    flyingimmidev 2 Francois Savard 2 Hannes Schulz 2 Peter Welinder 2 Yaroslav...Losi 2 Charles McCarthy 2 Roy Hyunjin Han 2 Scott White 2 ibayer...
    scikit-learn.org/stable/whats_new/older_versions.html
    Wed Sep 18 20:56:23 UTC 2024
      144.9K bytes
      Cache
      Similar Results (1)
     
  2. ClassifierMixin — scikit-learn 1.5.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Wed Sep 18 20:56:25 UTC 2024
      113.1K bytes
      Cache
      Similar Results (1)
     
  3. LogisticRegressionCV — scikit-learn 1.5.2 docum...

    [: 2 , :]) array([0, 0]) >>> clf . predict_proba ( X [: 2 , :])...SAGA solver. Added in version 1.2: newton-cholesky solver. tol float,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Wed Sep 18 20:56:25 UTC 2024
      165.8K bytes
      Cache
     
  4. LogisticRegression — scikit-learn 1.5.2 documen...

    [: 2 , :]) array([0, 0]) >>> clf . predict_proba ( X [: 2 , :])...‘lbfgs’ in 0.22. Added in version 1.2: newton-cholesky solver. max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Wed Sep 18 20:56:25 UTC 2024
      189.1K bytes
      Cache
     
  5. silhouette_score — scikit-learn 1.5.2 documenta...

    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_score.html
    Wed Sep 18 20:56:25 UTC 2024
      115.3K bytes
      Cache
      Similar Results (1)
     
  6. hamming_loss — scikit-learn 1.5.2 documentation

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ] >>>...[ 1 , 1 ]]), np . zeros (( 2 , 2 ))) 0.75 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Wed Sep 18 20:56:23 UTC 2024
      111.1K bytes
      Cache
     
  7. kmeans_plusplus — scikit-learn 1.5.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...n_clusters = 2 , random_state = 0 ) >>> centers array([[10, 2], [ 1,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Wed Sep 18 20:56:25 UTC 2024
      110.4K bytes
      Cache
     
  8. KNNImputer — scikit-learn 1.5.2 documentation

    n_neighbors = 2 ) >>> imputer . fit_transform ( X ) array([[1. , 2. , 4....always 0 . Added in version 1.2. Attributes : indicator_ MissingIndicator...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Wed Sep 18 20:56:25 UTC 2024
      132.9K bytes
      Cache
     
  9. EllipticEnvelope — scikit-learn 1.5.2 documenta...

    (n_samples + n_features + 1) / 2 * n_samples . Range is (0, 1)....with n_samples > n_features ** 2 . References [ 1 ] Rousseeuw,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Wed Sep 18 20:56:23 UTC 2024
      150.6K bytes
      Cache
     
  10. MultinomialNB — scikit-learn 1.5.2 documentation

    2. Changed in version 1.4: The default...)) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ]) >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Tue Sep 17 17:21:47 UTC 2024
      151.5K bytes
      Cache
     
Back to top