Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 3,202 for 2 (0.08 sec)

  1. KNeighborsClassifier — scikit-learn 1.7.2 docum...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Mon Sep 15 09:31:45 UTC 2025
      156K bytes
      Cache
     
  2. LabelBinarizer — scikit-learn 1.7.2 documentation

    2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Mon Sep 15 09:31:45 UTC 2025
      135.3K bytes
      Cache
     
  3. Isomap — scikit-learn 1.7.2 documentation

    n_components = 2 , eigen_solver = 'auto' , tol..., metric = 'minkowski' , p = 2 , metric_params = None ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Mon Sep 15 09:31:45 UTC 2025
      138.9K bytes
      Cache
     
  4. 2.5. Decomposing signals in components (matrix ...

    o)}{2} ||H||_{\mathrm{Fro}} ^ 2) * n\_samples\] 2.5.7.2. NMF...2009 2.5.2. Kernel Principal Component Analysis (kPCA) # 2.5.2.1....
    scikit-learn.org/stable/modules/decomposition.html
    Mon Sep 15 09:31:44 UTC 2025
      126.7K bytes
      Cache
     
  5. OrthogonalMatchingPursuit — 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.linear_model.OrthogonalMatchingPursuit.html
    Mon Sep 15 09:31:44 UTC 2025
      134K bytes
      2 views
      Cache
     
  6. 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
    Mon Sep 15 09:31:45 UTC 2025
      142.4K bytes
      Cache
     
  7. CountVectorizer — scikit-learn 1.7.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
    Mon Sep 15 09:31:45 UTC 2025
      143.5K bytes
      Cache
     
  8. MultiOutputRegressor — scikit-learn 1.7.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
    Mon Sep 15 09:31:45 UTC 2025
      146.1K bytes
      Cache
     
  9. ExtraTreesRegressor — scikit-learn 1.7.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
    Mon Sep 15 09:31:44 UTC 2025
      162.1K bytes
      Cache
     
  10. 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
    Mon Sep 15 09:31:44 UTC 2025
      136.7K bytes
      Cache
     
Back to top