Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 506 for tests (0.12 sec)

  1. GridSearchCV — scikit-learn 1.5.0 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Mon May 27 10:29:28 UTC 2024
      187.7K bytes
      Cache
     
  2. Gradient Boosting regression — scikit-learn 1.5...

    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
    Mon May 27 10:29:30 UTC 2024
      107.7K bytes
      Cache
     
  3. Kernel PCA — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Mon May 27 10:29:30 UTC 2024
      107K bytes
      Cache
     
  4. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Mon May 27 10:29:30 UTC 2024
      156.6K bytes
      Cache
     
  5. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Mon May 27 10:29:31 UTC 2024
      106.3K bytes
      Cache
     
  6. OneVsOneClassifier — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Mon May 27 10:29:31 UTC 2024
      149.2K bytes
      Cache
     
  7. 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
    Mon May 27 10:29:30 UTC 2024
      156.7K bytes
      Cache
     
  8. 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
    Mon May 27 10:29:28 UTC 2024
      154K bytes
      Cache
     
  9. PredefinedSplit — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon May 27 10:29:28 UTC 2024
      121.8K bytes
      Cache
     
  10. 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
    Mon May 27 10:29:29 UTC 2024
      121.9K bytes
      Cache
     
Back to top