Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 2,905 for 2 (0.1 sec)

  1. ARDRegression — scikit-learn 1.7.2 documentation

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression() >>>...1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06 , lambda_2 = 1e-06 , compute_score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Sat Oct 18 13:52:22 UTC 2025
      141.2K bytes
      Cache
     
  2. BaggingRegressor — scikit-learn 1.7.2 documenta...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...the method is known as Bagging [2] . When random subsets of the...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Sat Oct 18 13:52:20 UTC 2025
      147.5K bytes
      Cache
     
  3. LocallyLinearEmbedding — scikit-learn 1.7.2 doc...

    (n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Sat Oct 18 13:52:21 UTC 2025
      136.8K bytes
      Cache
     
  4. MiniBatchNMF — scikit-learn 1.7.2 documentation

    ||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Sat Oct 18 13:52:21 UTC 2025
      155.1K bytes
      Cache
     
  5. BayesianRidge — scikit-learn 1.7.2 documentation

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge() >>>...1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06 , lambda_2 = 1e-06 , alpha_init...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Sat Oct 18 13:52:20 UTC 2025
      149.6K bytes
      Cache
     
  6. DBSCAN — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], ... [ 8 , 7 ],...memory complexity of \(O({n}^2)\) , which can occur when the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Sat Oct 18 13:52:22 UTC 2025
      135.7K bytes
      Cache
     
  7. KNeighborsTransformer — scikit-learn 1.7.2 docu...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which..., metric = 'minkowski' , p = 2 , metric_params = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Sat Oct 18 13:52:22 UTC 2025
      146.1K bytes
      Cache
     
  8. TheilSenRegressor — scikit-learn 1.7.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Sat Oct 18 13:52:22 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  9. QuadraticDiscriminantAnalysis — scikit-learn 1....

    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.discriminant_analysis.QuadraticDiscriminantAnal...
    Sat Oct 18 13:52:21 UTC 2025
      141.5K bytes
      Cache
     
  10. SVC — scikit-learn 1.7.2 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm import SVC...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Sat Oct 18 13:52:22 UTC 2025
      176.5K bytes
      Cache
     
Back to top