Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 2,485 for 2 (0.23 sec)

  1. 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
    Mon Nov 10 15:11:19 UTC 2025
      147.5K bytes
      Cache
     
  2. homogeneity_completeness_v_measure — scikit-lea...

    2 , 2 ], [ 0 , 0 , 1 , 2 , 2 , 2 ] >>> homogen...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html
    Mon Nov 10 15:11:15 UTC 2025
      110.4K bytes
      Cache
     
  3. mean_squared_log_error — scikit-learn 1.7.2 doc...

    2 ], [ 7 , 6 ]] >>> y_pred = [[ 0.5 , 2 ], [ 1 , 2.5 ],...y_true = [ 3 , 5 , 2.5 , 7 ] >>> y_pred = [ 2.5 , 5 , 4 , 8 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_log_error.html
    Mon Nov 10 15:11:18 UTC 2025
      109.5K bytes
      Cache
     
  4. 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
    Mon Nov 10 15:11:18 UTC 2025
      136.8K bytes
      Cache
     
  5. Factor Analysis (with rotation) to visualize pa...

    2 , 3 ]) ax . set_xticklabels (...) ax . set_yticks ([ 0 , 1 , 2 , 3 ]) ax . set_yticklabels (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Mon Nov 10 15:11:18 UTC 2025
      96.1K bytes
      Cache
     
  6. 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
    Mon Nov 10 15:11:18 UTC 2025
      149.6K bytes
      Cache
     
  7. auc — scikit-learn 1.7.2 documentation

    2 , 2 ]) >>> y_score = np . array...y_true , y_score , pos_label = 2 ) >>> metrics . auc ( fpr , tpr...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Mon Nov 10 15:11:15 UTC 2025
      113.5K bytes
      Cache
     
  8. 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
    Mon Nov 10 15:11:18 UTC 2025
      155.1K bytes
      Cache
     
  9. 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
    Mon Nov 10 15:11:18 UTC 2025
      135.7K bytes
      Cache
     
  10. make_moons — scikit-learn 1.7.2 documentation

    2 , random_state = 42 ) >>> X . shape (200, 2) >>> y ....n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Mon Nov 10 15:11:19 UTC 2025
      114.3K bytes
      Cache
     
Back to top