Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 3,269 for 2 (0.08 sec)

  1. classification_report — scikit-learn 1.7.2 docu...

    2 , 2 , 2 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 1 ] >>>...sample_weight = None , digits = 2 , output_dict = False , zero_division...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Fri Sep 26 00:57:37 UTC 2025
      120.8K bytes
      Cache
     
  2. PoissonRegressor — scikit-learn 1.7.2 documenta...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...PoissonRegressor () >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Fri Sep 26 00:57:37 UTC 2025
      139.5K bytes
      Cache
     
  3. BayesianGaussianMixture — scikit-learn 1.7.2 do...

    2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [ 12 , 4 ],...) >>> bgm . means_ array([[2.49 , 2.29], [8.45, 4.52 ]]) >>> bgm...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Wed Sep 24 16:15:25 UTC 2025
      152.9K bytes
      Cache
     
  4. PLSRegression — 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.PLSRegression.html
    Fri Sep 26 00:57:37 UTC 2025
      160.1K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.2 — sciki...

    ON 2 1 Allison, Miss. Helen Loraine female 2.0000 1 2 113781...0.189830 -1.973554 2.0 1.0 33 -0.416010 2.630382 0.0 1.0 107...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_2_0.html
    Fri Sep 26 00:57:37 UTC 2025
      141.1K bytes
      Cache
     
  6. SpectralClustering — scikit-learn 1.7.2 documen...

    ( - dist_matrix ** 2 / ( 2. * delta ** 2 )) where delta is a...normalized graph cuts [1] , [2] . When calling fit , an affinity...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Fri Sep 26 00:57:37 UTC 2025
      138.4K bytes
      Cache
     
  7. Nystroem — scikit-learn 1.7.2 documentation

    2 , ... random_state = 1 , ... n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html
    Fri Sep 26 00:57:37 UTC 2025
      138.1K bytes
      Cache
     
  8. ARDRegression — scikit-learn 1.7.2 documentation

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression() >>>...1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06 , lambda_2 = 1e-06 , compute_score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Fri Sep 26 00:57:37 UTC 2025
      141.2K bytes
      Cache
     
  9. BaggingRegressor — scikit-learn 1.7.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
    Fri Sep 26 00:57:37 UTC 2025
      147.5K bytes
      Cache
     
  10. GradientBoostingClassifier — scikit-learn 1.7.2...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Fri Sep 26 00:57:37 UTC 2025
      179.6K bytes
      Cache
     
Back to top