Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 300 of 1,135 for test (0.14 sec)

  1. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Thu Jun 06 17:04:47 UTC 2024
      273.8K bytes
      Cache
     
  2. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Thu Jun 06 17:04:47 UTC 2024
      104.2K bytes
      Cache
     
  3. Version 0.24 — scikit-learn 1.6.dev0 documentation

    keyword arguments test_size and gap . test_size allows the out-of-sample...The scorer and some practical test cases were taken from PR #10711...
    scikit-learn.org/dev/whats_new/v0.24.html
    Thu Jun 06 17:04:46 UTC 2024
      206.6K bytes
      Cache
      Similar Results (1)
     
  4. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Thu Jun 06 17:04:46 UTC 2024
      125.1K bytes
      Cache
     
  5. 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
    Thu Jun 06 17:04:47 UTC 2024
      99.6K bytes
      Cache
     
  6. D-Day 80th anniversary: Veterans gather in Norm...

    "But we tested isolationism once before, and.../ AFP - Getty Images Also testing Washington’s relationship with...
    www.nbcnews.com/news/world/d-day-80th-anniversary-veterans-travel-normandy-war-biden-putin-nato-r...
    Thu Jun 06 00:52:22 UTC 2024
      282.7K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Thu Jun 06 17:04:47 UTC 2024
      154K bytes
      Cache
     
  8. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Thu Jun 06 17:04:46 UTC 2024
      154.9K bytes
      Cache
     
  9. Version 0.18 — scikit-learn 1.6.dev0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/dev/whats_new/v0.18.html
    Thu Jun 06 17:04:44 UTC 2024
      135.4K bytes
      Cache
      Similar Results (1)
     
  10. 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
    Thu Jun 06 17:04:46 UTC 2024
      175.3K bytes
      Cache
     
  11. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Thu Jun 06 17:04:46 UTC 2024
      122.6K bytes
      Cache
     
  12. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Thu Jun 06 17:04:47 UTC 2024
      105.2K bytes
      Cache
     
  13. RandomForestRegressor — scikit-learn 1.5.0 docu...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Thu Jun 06 17:04:45 UTC 2024
      178K bytes
      Cache
     
  14. Glossary of Common Terms and API Elements — sci...

    common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/dev/glossary.html
    Thu Jun 06 17:04:45 UTC 2024
      213.9K bytes
      Cache
      Similar Results (1)
     
  15. 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
    Thu Jun 06 17:04:47 UTC 2024
      198.5K bytes
      Cache
     
  16. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Thu Jun 06 17:04:47 UTC 2024
      123.2K bytes
      Cache
     
  17. 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
    Thu Jun 06 17:04:47 UTC 2024
      105.7K bytes
      Cache
     
  18. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Thu Jun 06 17:04:47 UTC 2024
      178.4K bytes
      Cache
     
  19. check_estimator — scikit-learn 1.5.0 documentation

    function will run an extensive test-suite for input validation,...own estimator . Additional tests for classifiers, regressors,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Wed Jun 05 00:53:46 UTC 2024
      115K bytes
      Cache
     
  20. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Thu Jun 06 17:04:45 UTC 2024
      156.7K bytes
      Cache
     
Back to top