Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 3,264 for 2 (0.1 sec)

  1. DBSCAN — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], ... [ 8 , 7 ],...memory complexity of \(O({n}^2)\) , which can occur when the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Wed Sep 24 16:15:25 UTC 2025
      135.7K bytes
      Cache
     
  2. FactorAnalysis — scikit-learn 1.7.2 documentation

    default=1e-2 Stopping tolerance for log-likelihood...Machine Learning, Chapter 12.2.4. Examples >>> from sklearn.datasets...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FactorAnalysis.html
    Wed Sep 24 16:15:25 UTC 2025
      140.1K bytes
      Cache
     
  3. TheilSenRegressor — scikit-learn 1.7.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Wed Sep 24 16:15:25 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  4. BernoulliNB — scikit-learn 1.7.2 documentation

    2. Changed in version 1.4: The default...)) >>> Y = np . array ([ 1 , 2 , 3 , 4 , 4 , 5 ]) >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Wed Sep 24 16:15:26 UTC 2025
      152K bytes
      Cache
     
  5. auc — scikit-learn 1.7.2 documentation

    2 , 2 ]) >>> y_score = np . array...y_true , y_score , pos_label = 2 ) >>> metrics . auc ( fpr , tpr...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Wed Sep 24 16:15:26 UTC 2025
      113.5K bytes
      Cache
     
  6. OneVsOneClassifier — scikit-learn 1.7.2 documen...

    X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Wed Sep 24 16:15:24 UTC 2025
      142.2K bytes
      Cache
     
  7. completeness_score — scikit-learn 1.7.2 documen...

    2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Wed Sep 24 16:15:25 UTC 2025
      114.8K bytes
      Cache
     
  8. RBFSampler — scikit-learn 1.7.2 documentation

    2: The option "scale" was added in 1.2. n_components...of RBF kernel: exp(-gamma * x^2). If gamma='scale' is passed then...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Wed Sep 24 16:15:25 UTC 2025
      130.9K bytes
      1 views
      Cache
     
  9. load_diabetes — scikit-learn 1.7.2 documentation

    2 < x < .2 Targets integer 25 - 346...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_diabetes.html
    Wed Sep 24 16:15:26 UTC 2025
      119.5K bytes
      Cache
     
  10. RANSACRegressor — scikit-learn 1.7.2 documentation

    org/wiki/RANSAC [ 2 ] https://www.sri.com/wp-cont...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Wed Sep 24 16:15:26 UTC 2025
      143.5K bytes
      Cache
     
Back to top