Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 2,679 for 2 (0.07 sec)

  1. OrthogonalMatchingPursuit — scikit-learn 1.5.2 ...

    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.OrthogonalMatchingPursuit.html
    Thu Oct 17 22:00:27 UTC 2024
      133.1K bytes
      2 views
      Cache
     
  2. 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
    Fri Oct 11 17:37:13 UTC 2024
      143.2K bytes
      Cache
     
  3. 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
    Thu Oct 17 22:00:26 UTC 2024
      135.4K bytes
      Cache
     
  4. 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
    Thu Oct 17 22:00:27 UTC 2024
      145.4K bytes
      Cache
     
  5. PolynomialCountSketch — scikit-learn 1.5.2 docu...

    degree = 2 , coef0 = 0 , n_components = 100...approximated. degree int, default=2 Degree of the polynomial kernel...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Thu Oct 17 22:00:27 UTC 2024
      132.7K bytes
      1 views
      Cache
     
  6. AffinityPropagation — scikit-learn 1.5.2 docume...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) fit ( X , y = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Thu Oct 17 22:00:27 UTC 2024
      129.3K bytes
      1 views
      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
    Thu Oct 17 22:00:27 UTC 2024
      153.3K bytes
      Cache
     
  8. 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
    Thu Oct 17 22:00:27 UTC 2024
      163.5K bytes
      Cache
     
  9. TransformerMixin — scikit-learn 1.5.2 documenta...

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>> transformer...
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Thu Oct 17 22:00:27 UTC 2024
      115.5K bytes
      Cache
     
  10. SGDClassifier — scikit-learn 1.5.2 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> Y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> # Always scale the input. The...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Thu Oct 17 22:00:27 UTC 2024
      184.7K bytes
      Cache
     
Back to top