Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 506 for tests (0.1 sec)

  1. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon May 27 10:29:28 UTC 2024
      104.4K bytes
      Cache
     
  2. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Mon May 27 10:29:29 UTC 2024
      141.2K bytes
      Cache
     
  3. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Mon May 27 10:29:30 UTC 2024
      99.6K bytes
      Cache
     
  4. ExtraTreeRegressor — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Mon May 27 10:29:28 UTC 2024
      175.3K bytes
      Cache
     
  5. Receiver Operating Characteristic (ROC) with cr...

    X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Mon May 27 10:29:28 UTC 2024
      100.5K bytes
      Cache
     
  6. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Tue May 28 00:05:56 UTC 2024
      476K bytes
      Cache
     
  7. ClassifierMixin — scikit-learn 1.5.0 documentation

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Mon May 27 10:29:31 UTC 2024
      119.7K bytes
      Cache
      Similar Results (1)
     
  8. Demonstration of multi-metric evaluation on cro...

    '_<scorer_name>' ( 'mean_test_precision' , 'rank_test_precision' , etc…)...style in (( "train" , "--" ), ( "test" , "-" )): sample_score_mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Mon May 27 10:29:28 UTC 2024
      100.7K bytes
      Cache
     
  9. LedoitWolf — scikit-learn 1.5.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Mon May 27 10:29:31 UTC 2024
      143.1K bytes
      Cache
     
  10. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Mon May 27 10:29:28 UTC 2024
      198.5K bytes
      Cache
     
Back to top