Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 2,630 for 2 (0.14 sec)

  1. BaggingRegressor — scikit-learn 1.5.2 documenta...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...the method is known as Bagging [2] . When random subsets of the...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Tue Sep 17 17:21:47 UTC 2024
      147.5K bytes
      Cache
     
  2. BayesianRidge — scikit-learn 1.5.2 documentation

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge() >>>...1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06 , lambda_2 = 1e-06 , alpha_init...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Tue Sep 17 17:21:49 UTC 2024
      148.8K bytes
      Cache
     
  3. LocallyLinearEmbedding — scikit-learn 1.5.2 doc...

    (n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Tue Sep 17 17:21:49 UTC 2024
      136.1K bytes
      Cache
     
  4. DBSCAN — scikit-learn 1.5.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
    Tue Sep 17 17:21:47 UTC 2024
      134.9K bytes
      Cache
     
  5. TheilSenRegressor — scikit-learn 1.5.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
    Tue Sep 17 17:21:49 UTC 2024
      134.6K bytes
      1 views
      Cache
     
  6. OneVsOneClassifier — scikit-learn 1.5.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
    Tue Sep 17 17:21:49 UTC 2024
      142.4K bytes
      Cache
     
  7. LassoLarsCV — scikit-learn 1.5.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Tue Sep 17 17:21:49 UTC 2024
      145.1K bytes
      Cache
     
  8. HistGradientBoostingClassifier — scikit-learn 1...

    split on features 2, 3 and 4. Added in version 1.2. warm_start bool,...version 0.24. Changed in version 1.2: Added support for feature names....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Tue Sep 17 17:21:49 UTC 2024
      166.6K bytes
      Cache
     
  9. recall_score — scikit-learn 1.5.2 documentation

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html
    Tue Sep 17 17:21:48 UTC 2024
      124.8K bytes
      Cache
      Similar Results (1)
     
  10. TSNE — scikit-learn 1.5.2 documentation

    2 - 0.8. Angle less than 0.2 has quickly increasing...sklearn.manifold. TSNE ( n_components = 2 , * , perplexity = 30.0 , early_exaggeration...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Tue Sep 17 17:21:49 UTC 2024
      142.6K bytes
      Cache
     
Back to top