Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 2,630 for 2 (0.07 sec)

  1. NuSVR — scikit-learn 1.5.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.NuSVR.html
    Tue Sep 17 17:21:49 UTC 2024
      143.2K bytes
      Cache
     
  2. enet_path — scikit-learn 1.5.2 documentation

    it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...|| w ||^ 2_2 For multi-output tasks it is: ( 1 / ( 2 * n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Tue Sep 17 17:21:49 UTC 2024
      119.1K bytes
      Cache
     
  3. validation_curve — scikit-learn 1.5.2 documenta...

    str can be an expression like ‘2*n_jobs’. verbose int, default=0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Tue Sep 17 17:21:49 UTC 2024
      117.5K bytes
      Cache
     
  4. ExtraTreesRegressor — scikit-learn 1.5.2 docume...

    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.ExtraTreesRegressor.html
    Tue Sep 17 17:21:49 UTC 2024
      163.8K bytes
      Cache
     
  5. MDS — scikit-learn 1.5.2 documentation

    MDS ( n_components = 2 , * , metric = True , n_init =...Parameters : n_components int, default=2 Number of dimensions in which...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Tue Sep 17 17:21:49 UTC 2024
      135.7K bytes
      Cache
     
  6. MultiOutputRegressor — scikit-learn 1.5.2 docum...

    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.multioutput.MultiOutputRegressor.html
    Tue Sep 17 17:21:47 UTC 2024
      145.7K bytes
      Cache
     
  7. CountVectorizer — scikit-learn 1.5.2 documentation

    2) means unigrams and bigrams, and (2, 2) means only...= 'word' , ngram_range = ( 2 , 2 )) >>> X2 = vectorizer2 . fit_transform...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Tue Sep 17 17:21:49 UTC 2024
      153.5K bytes
      Cache
     
  8. BayesianGaussianMixture — scikit-learn 1.5.2 do...

    2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [ 12 , 4 ],...>>> bgm . means_ array([[2.49... , 2.29...], [8.45..., 4.52......
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Tue Sep 17 17:21:49 UTC 2024
      152.8K bytes
      Cache
     
  9. MinMaxScaler — scikit-learn 1.5.2 documentation

    transform ([[ 2 , 2 ]])) [[1.5 0. ]] fit ( X , y...MinMaxScaler >>> data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ],...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html
    Mon Sep 16 17:00:49 UTC 2024
      142.5K bytes
      Cache
     
  10. kneighbors_graph — scikit-learn 1.5.2 documenta...

    p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html
    Tue Sep 17 17:21:49 UTC 2024
      112.9K bytes
      Cache
     
Back to top