Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 2,486 for 2 (0.08 sec)

  1. chi2 — scikit-learn 1.7.2 documentation

    2 , 2 ]) >>> chi2_stats , p_values...[ 5 , 4 , 1 ], ... [ 6 , 6 , 2 ], ... [ 1 , 4 , 0 ], ... [ 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Sun Nov 09 07:16:25 UTC 2025
      111.2K bytes
      Cache
     
  2. DictVectorizer — scikit-learn 1.7.2 documentation

    'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }]...fit_transform ( D ) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Sun Nov 09 07:16:24 UTC 2025
      136K bytes
      Cache
     
  3. ConstantKernel — scikit-learn 1.7.2 documentation

    x_2) = constant\_value \;\forall\; x_1, x_2\] Adding a...constant_value = 2 ) is the same as: kernel = RBF () + 2 Read more in...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html
    Sun Nov 09 07:16:25 UTC 2025
      125.9K bytes
      Cache
     
  4. DummyRegressor — scikit-learn 1.7.2 documentation

    2.0 , 3.0 , 4.0 ]) >>> y = np . array ([ 2.0 , 3.0 ,...determination R^2 of the prediction. The coefficient R^2 is defined...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      140K bytes
      Cache
     
  5. RandomForestRegressor — scikit-learn 1.7.2 docu...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      170.5K bytes
      Cache
     
  6. SVR — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Sun Nov 09 07:16:24 UTC 2025
      145.1K bytes
      Cache
     
  7. OrthogonalMatchingPursuitCV — scikit-learn 1.7....

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Sun Nov 09 07:16:25 UTC 2025
      137.1K bytes
      Cache
     
  8. GradientBoostingRegressor — scikit-learn 1.7.2 ...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'friedman_mse' , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Sun Nov 09 07:16:25 UTC 2025
      171.8K bytes
      Cache
     
  9. GaussianNB — scikit-learn 1.7.2 documentation

    2 ]]) >>> Y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Sun Nov 09 07:16:24 UTC 2025
      155.1K bytes
      Cache
     
  10. BernoulliRBM — scikit-learn 1.7.2 documentation

    n_components = 2 ) >>> model . fit ( X ) BernoulliRBM(n_components=2) For...Contrastive Divergence (PCD) [2]. The time complexity of this...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Sun Nov 09 07:16:24 UTC 2025
      135.8K bytes
      Cache
     
Back to top