Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 511 for tests (0.11 sec)

  1. 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
    Tue May 28 11:51:34 UTC 2024
      143.1K bytes
      Cache
     
  2. LearningCurveDisplay — scikit-learn 1.5.0 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Tue May 28 11:51:33 UTC 2024
      149.8K bytes
      Cache
     
  3. Underfitting vs. Overfitting — scikit-learn 1.5...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Tue May 28 11:51:33 UTC 2024
      97.9K bytes
      Cache
     
  4. 7.2. Real world datasets — scikit-learn 1.5.0 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Tue May 28 11:51:33 UTC 2024
      105K bytes
      Cache
     
  5. Pipeline ANOVA SVM — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Tue May 28 11:51:34 UTC 2024
      105.7K bytes
      Cache
     
  6. Overview of multiclass training meta-estimators...

    "DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Tue May 28 11:51:33 UTC 2024
      112.9K bytes
      Cache
     
  7. TunedThresholdClassifierCV — scikit-learn 1.5.0...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Tue May 28 11:51:34 UTC 2024
      154.3K bytes
      Cache
     
  8. 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
    Tue May 28 11:51:33 UTC 2024
      198.5K bytes
      Cache
     
  9. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Tue May 28 11:51:33 UTC 2024
      147.5K bytes
      Cache
     
  10. GraphicalLasso — 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.GraphicalLasso.html
    Tue May 28 11:51:32 UTC 2024
      143.2K bytes
      Cache
     
Back to top