Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 3,202 for 2 (2.52 sec)

  1. brier_score_loss — scikit-learn 1.7.2 documenta...

    2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Mon Sep 15 09:31:44 UTC 2025
      120K bytes
      Cache
     
  2. PowerTransformer — scikit-learn 1.7.2 documenta...

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>> print...0 and lambda_ != 2 : X_original = 1 - ( - ( 2 - lambda_ ) * X...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Mon Sep 15 09:31:44 UTC 2025
      136.2K bytes
      1 views
      Cache
     
  3. ElasticNetCV — scikit-learn 1.7.2 documentation

    objective is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Mon Sep 15 09:31:45 UTC 2025
      166.4K bytes
      Cache
     
  4. mean_pinball_loss — scikit-learn 1.7.2 document...

    2 , 3 ] >>> mean_pinball_loss ( y_true , [ 0 , 2 , 3 ],...mean_pinball_loss ( y_true , [ 1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html
    Mon Sep 15 09:31:44 UTC 2025
      114.1K bytes
      Cache
     
  5. CCA — scikit-learn 1.7.2 documentation

    [ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Mon Sep 15 09:31:45 UTC 2025
      158.4K bytes
      Cache
     
  6. VotingRegressor — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4 , 16 ],...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Mon Sep 15 09:31:45 UTC 2025
      146.4K bytes
      Cache
     
  7. ValidationCurveDisplay — scikit-learn 1.7.2 doc...

    str can be an expression like ‘2*n_jobs’. verbose int, default=0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Mon Sep 15 09:31:44 UTC 2025
      144.1K bytes
      Cache
     
  8. f_classif — scikit-learn 1.7.2 documentation

    n_informative = 2 , n_clusters_per_class = 1 , ......, y ) >>> f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Mon Sep 15 09:31:45 UTC 2025
      110.7K bytes
      Cache
     
  9. NMF — scikit-learn 1.7.2 documentation

    ||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Mon Sep 15 09:31:44 UTC 2025
      145.1K bytes
      Cache
     
  10. RBF — scikit-learn 1.7.2 documentation

    x_j)^2}{2l^2} \right)\] where \(l\) is the...very smooth. See [2] , Chapter 4, Section 4.2, for further details...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html
    Mon Sep 15 09:31:45 UTC 2025
      132.1K bytes
      Cache
     
Back to top