Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 31 - 40 of over 10,000 for 2 (0.36 seconds)

  1. PowerTransformer — scikit-learn 1.7.2 doc...

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>>...0 and lambda_ != 2 : X_original = 1 - ( - ( 2 - lambda_ ) * X...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Thu Dec 04 11:53:53 GMT 2025
      136.2K bytes
      Cache
     
  2. lasso_path — scikit-learn 1.7.2 documenta...

    it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Thu Dec 04 11:53:55 GMT 2025
      121.2K bytes
      Cache
     
  3. classification_report — scikit-learn 1.7....

    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
    Thu Dec 04 11:53:53 GMT 2025
      120.8K bytes
      Cache
     
  4. VotingRegressor — scikit-learn 1.7.2 docu...

    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
    Thu Dec 04 11:53:54 GMT 2025
      146.4K 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
    Thu Dec 04 11:53:54 GMT 2025
      158.4K bytes
      Cache
     
  6. ElasticNetCV — scikit-learn 1.7.2 documen...

    is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 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.ElasticNetCV.html
    Thu Dec 04 11:53:54 GMT 2025
      166.4K bytes
      Cache
     
  7. KFold — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...1 , 2 , 3 , 4 ]) >>> kf = KFold ( n_splits = 2 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Thu Dec 04 11:53:53 GMT 2025
      123.2K bytes
      Cache
     
  8. 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
    Thu Dec 04 11:53:53 GMT 2025
      145.1K bytes
      Cache
     
  9. 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
    Thu Dec 04 11:53:55 GMT 2025
      132.1K bytes
      Cache
     
  10. make_gaussian_quantiles — scikit-learn 1....

    int64(2), np.int64(0), np.int64(1), np.int64(0), np.int64(2)] Gallery...n_samples = 100 , n_features = 2 , n_classes = 3 , shuffle = True...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html
    Thu Dec 04 11:53:55 GMT 2025
      112K bytes
      Cache
     
Back to Top