Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 2,485 for 2 (0.21 sec)

  1. 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
    Sun Nov 09 07:16:25 UTC 2025
      113.5K bytes
      Cache
     
  2. train_test_split — scikit-learn 1.7.2 documenta...

    2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6 3.1 1.5...1.4 0.2 122 7.7 2.8 6.7 2.0 >>> y_train . head () 96 1 105 2 66...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon Nov 10 15:11:18 UTC 2025
      169.7K bytes
      Cache
     
  3. 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
    Mon Nov 10 15:11:19 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  4. f_classif — scikit-learn 1.7.2 documentation

    n_informative = 2 , n_clusters_per_class = 1 , ......, y ) >>> f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Sun Nov 09 07:16:24 UTC 2025
      110.7K bytes
      Cache
     
  5. OneVsOneClassifier — scikit-learn 1.7.2 documen...

    X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Sun Nov 09 07:16:25 UTC 2025
      142.2K bytes
      Cache
     
  6. brier_score_loss — scikit-learn 1.7.2 documenta...

    2 , 0.7 , 0.1 ], [ 0.2 , 0.2 , 0.6 ]], ... labels...by 1/2 to lie in the [0, 1] range instead of the [0, 2] range....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Sun Nov 09 07:16:24 UTC 2025
      120K bytes
      Cache
     
  7. mean_pinball_loss — scikit-learn 1.7.2 document...

    2 , 3 ] >>> mean_pinball_loss ( y_true , [ 0 , 2 , 3 ],...mean_pinball_loss ( y_true , [ 1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html
    Mon Nov 10 15:11:15 UTC 2025
      114.1K bytes
      Cache
     
  8. Nystroem — scikit-learn 1.7.2 documentation

    2 , ... random_state = 1 , ... n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html
    Sun Nov 09 07:16:24 UTC 2025
      138.1K bytes
      Cache
     
  9. LassoLarsCV — scikit-learn 1.7.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Nov 10 15:11:19 UTC 2025
      145.6K bytes
      Cache
     
  10. TSNE — scikit-learn 1.7.2 documentation

    2 - 0.8. Angle less than 0.2 has quickly increasing...sklearn.manifold. TSNE ( n_components = 2 , * , perplexity = 30.0 , early_exaggeration...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Sun Nov 09 07:16:24 UTC 2025
      142.6K bytes
      Cache
     
Back to top