Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 431 for tests (0.08 sec)

  1. 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
    Tue May 14 20:49:02 UTC 2024
      38.4K bytes
      Cache
     
  2. Gradient Boosting regression — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue May 14 20:49:02 UTC 2024
      44.6K bytes
      Cache
     
  3. Elastic Jira connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...https://192.158.1.38:8080/ https://test_user.atlassian.net/ Jira project...
    www.elastic.co/guide/en/enterprise-search/current/connectors-jira.html
    Thu May 09 14:03:31 UTC 2024
      60.3K bytes
      Cache
     
  4. sklearn.model_selection.StratifiedShuffleSplit ...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Tue May 14 20:49:01 UTC 2024
      32.3K bytes
      Cache
     
  5. 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
    Tue May 14 20:49:02 UTC 2024
      95K bytes
      Cache
     
  6. Pipeline ANOVA SVM — scikit-learn 1.4.2 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 14 20:49:02 UTC 2024
      43.3K bytes
      Cache
     
  7. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Tue May 14 20:49:02 UTC 2024
      60.4K bytes
      Cache
     
  8. sklearn.model_selection.GroupShuffleSplit — sci...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Tue May 14 20:49:01 UTC 2024
      39.2K bytes
      Cache
     
  9. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Tue May 14 20:49:03 UTC 2024
      61.3K bytes
      Cache
     
  10. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Tue May 14 20:49:02 UTC 2024
      42K bytes
      Cache
     
Back to top