Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 931 for tests (0.05 sec)

  1. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Tue Feb 04 08:40:44 UTC 2025
      115.9K bytes
      Cache
     
  2. 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
    Tue Feb 04 08:40:44 UTC 2025
      155.8K bytes
      Cache
     
  3. load_svmlight_files — scikit-learn 1.6.1 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 Feb 04 08:40:43 UTC 2025
      111.9K bytes
      Cache
     
  4. Decision Tree Regression — scikit-learn 1.6.1 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 Feb 04 08:40:42 UTC 2025
      137.1K bytes
      Cache
     
  5. 3.4. Metrics and scoring: quantifying the quali...

    ratio (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/dev/modules/model_evaluation.html
    Fri Jan 17 11:45:10 UTC 2025
      410.6K bytes
      Cache
      Similar Results (1)
     
  6. cross_validation.rst.txt

    available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Thu Jan 30 15:38:19 UTC 2025
      40K bytes
      6 views
     
  7. 6.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
    Mon Feb 03 17:40:52 UTC 2025
      83.8K bytes
      Cache
     
  8. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Tue Feb 04 08:40:42 UTC 2025
      94.9K bytes
      Cache
     
  9. 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 Feb 04 08:40:45 UTC 2025
      125K bytes
      Cache
     
  10. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Fri Jan 17 11:45:10 UTC 2025
      60.6K bytes
      Cache
      Similar Results (1)
     
Back to top