Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 806 for tests (0.13 sec)

  1. GroupShuffleSplit — scikit-learn 1.7.2 document...

    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 Sep 16 14:38:52 UTC 2025
      128.2K bytes
      Cache
     
  2. load_svmlight_files — scikit-learn 1.7.2 docume...

    target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Tue Sep 16 14:38:52 UTC 2025
      111.5K bytes
      Cache
     
  3. 7.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Tue Sep 16 14:38:55 UTC 2025
      84.4K bytes
      Cache
     
  4. Balance model complexity and cross-validated sc...

    "mean_test_score" : test_scores , "std_test_score" : grid...std of test scores mean_test_scores = np . mean ( test_scores...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Tue Sep 16 14:38:54 UTC 2025
      169.1K bytes
      Cache
     
  5. 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 Sep 16 14:38:56 UTC 2025
      105.2K bytes
      Cache
     
  6. Decision Tree Regression — scikit-learn 1.7.2 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Tue Sep 16 14:38:52 UTC 2025
      152.4K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.4 — sciki...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Tue Sep 16 14:38:52 UTC 2025
      176.2K bytes
      Cache
     
  8. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Tue Sep 16 14:38:54 UTC 2025
      126.8K bytes
      Cache
     
  9. LedoitWolf — scikit-learn 1.7.2 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 Sep 16 14:38:52 UTC 2025
      133.6K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Tue Sep 16 14:38:52 UTC 2025
      123.1K bytes
      Cache
     
Back to top