Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 300 of 1,127 for test (0.15 sec)

  1. RandomForestRegressor — scikit-learn 1.5.2 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
    Wed Oct 30 20:01:21 UTC 2024
      171.9K bytes
      Cache
     
  2. 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
    Wed Oct 30 20:01:21 UTC 2024
      152.7K bytes
      Cache
     
  3. Election 2024 live updates: Harris campaigns wi...

    label saying it’s in a beta test, meaning it’s an experiment...president of Feeding America West Michigan. “We have never seen...
    www.nbcnews.com/politics/2024-election/live-blog/trump-harris-presidential-election-live-updates-...
    Sun Oct 27 00:46:03 UTC 2024
      686.2K bytes
      Cache
     
  4. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Wed Oct 30 20:01:21 UTC 2024
      101.2K bytes
      Cache
     
  5. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Wed Oct 30 20:01:23 UTC 2024
      122K bytes
      Cache
     
  6. Overview of multiclass training meta-estimators...

    examples Nested versus non-nested cross-validation Nested versus..."DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Wed Oct 30 20:01:23 UTC 2024
      109.7K bytes
      Cache
     
  7. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Wed Oct 30 20:01:21 UTC 2024
      107.5K bytes
      Cache
     
  8. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Wed Oct 30 20:01:21 UTC 2024
      136.9K bytes
      Cache
     
  9. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Wed Oct 30 20:01:21 UTC 2024
      91.9K 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/stable/computing/parallelism.html
    Wed Oct 30 20:01:21 UTC 2024
      61.5K bytes
      Cache
      Similar Results (1)
     
  11. Precision-Recall — scikit-learn 1.5.2 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Wed Oct 30 20:01:21 UTC 2024
      135.4K bytes
      Cache
     
  12. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Wed Oct 30 20:01:23 UTC 2024
      156K bytes
      Cache
     
  13. Balance model complexity and cross-validated sc...

    deviation of the best `mean_test_score`. """ best_score_idx = np...][ best_score_idx ] - cv_results [ "std_test_score" ][ best_score_idx...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Wed Oct 30 20:01:21 UTC 2024
      95K bytes
      Cache
     
  14. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Wed Oct 30 20:01:21 UTC 2024
      156.8K bytes
      Cache
     
  15. Demonstration of multi-metric evaluation on cro...

    The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Wed Oct 30 20:01:21 UTC 2024
      96.9K bytes
      Cache
     
  16. Installing scikit-learn — scikit-learn 1.6.dev0...

    2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/dev/install.html
    Sat Oct 26 12:38:59 UTC 2024
      54.3K bytes
      Cache
      Similar Results (1)
     
  17. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Wed Oct 30 20:01:21 UTC 2024
      110.7K bytes
      Cache
     
  18. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Wed Oct 30 20:01:23 UTC 2024
      111.2K bytes
      Cache
     
  19. Prediction Latency — scikit-learn 1.5.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Wed Oct 30 20:01:23 UTC 2024
      137.1K bytes
      Cache
     
  20. GMM covariances — scikit-learn 1.5.2 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Wed Oct 30 20:01:21 UTC 2024
      104.4K bytes
      Cache
     
Back to top