Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 81 - 90 of 9,621 for 2 (0.12 seconds)

  1. RFE — scikit-learn 1.7.2 documentation

    2, 5]) decision_function ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Fri Nov 21 04:27:30 GMT 2025
      149.8K bytes
      Cache
     
  2. TheilSenRegressor — scikit-learn 1.7.2 do...

    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
    Fri Nov 21 04:27:31 GMT 2025
      135.5K bytes
      Cache
     
  3. GaussianProcessClassifier — scikit-learn ...

    2, and 5.1 from [RW2006] . Internally,...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.83548752, 0.03228706,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Fri Nov 21 04:27:30 GMT 2025
      149K bytes
      Cache
     
  4. 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
    Fri Nov 21 04:27:30 GMT 2025
      135.7K bytes
      Cache
     
  5. BayesianRidge — scikit-learn 1.7.2 docume...

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge() >>>...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.BayesianRidge.html
    Fri Nov 21 04:27:30 GMT 2025
      149.6K bytes
      Cache
     
  6. OneVsOneClassifier — scikit-learn 1.7.2 d...

    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
    Fri Nov 21 04:27:31 GMT 2025
      142.2K bytes
      Cache
     
  7. 1.10. Decision Trees — scikit-learn 1.7.2...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>>...>>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...
    scikit-learn.org/stable/modules/tree.html
    Thu Nov 20 00:54:07 GMT 2025
      94.5K bytes
      Cache
     
  8. jaccard_score — scikit-learn 1.7.2 docume...

    2 , 1 , 2 ] >>> y_true = [ 0 , 1 , 2 , 2 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Fri Nov 21 04:27:30 GMT 2025
      120.3K bytes
      Cache
     
  9. check_array — scikit-learn 1.7.2 document...

    ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Fri Nov 21 09:29:37 GMT 2025
      116.3K bytes
      Cache
     
  10. LassoLarsCV — scikit-learn 1.7.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_jobs = None , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Fri Nov 21 04:27:30 GMT 2025
      145.6K bytes
      Cache
     
Back to Top