Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 41 - 50 of over 10,000 for 2 (0.08 seconds)

  1. NuSVR — 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.NuSVR.html
    Fri Dec 05 17:52:54 GMT 2025
      142.4K bytes
      Cache
     
  2. MultiOutputRegressor — scikit-learn 1.7.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.multioutput.MultiOutputRegressor.html
    Fri Dec 05 17:52:54 GMT 2025
      146.1K bytes
      Cache
     
  3. MDS — scikit-learn 1.7.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
    Fri Dec 05 17:52:54 GMT 2025
      136.7K bytes
      Cache
     
  4. kneighbors_graph — scikit-learn 1.7.2 doc...

    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
    Fri Dec 05 17:52:54 GMT 2025
      113.6K bytes
      Cache
     
  5. CountVectorizer — scikit-learn 1.7.2 docu...

    2) means unigrams and bigrams, and (2, 2) means only...'word' , ngram_range = ( 2 , 2 )) >>> X2 = vectorizer2...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Fri Dec 05 17:52:55 GMT 2025
      143.5K bytes
      Cache
     
  6. PoissonRegressor — scikit-learn 1.7.2 doc...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Fri Dec 05 17:52:54 GMT 2025
      139.5K bytes
      Cache
     
  7. PolynomialCountSketch — scikit-learn 1.7....

    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
    Fri Dec 05 17:52:54 GMT 2025
      133.7K bytes
      Cache
     
  8. enet_path — scikit-learn 1.7.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...mono-output tasks it is: 1 / ( 2 * n_samples ) * || y - Xw ||^...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html
    Fri Dec 05 17:52:54 GMT 2025
      120K bytes
      Cache
     
  9. make_classification — scikit-learn 1.7.2 ...

    n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Fri Dec 05 17:52:54 GMT 2025
      135.8K bytes
      Cache
     
  10. TransformerMixin — scikit-learn 1.7.2 doc...

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Fri Dec 05 17:52:54 GMT 2025
      116.6K bytes
      Cache
     
Back to Top