Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 340 of 1,332 for test (1.36 sec)

  1. Tony Awards 2025 live updates: Cynthia Erivo ho...

    including best play, best direction of a play, best scenic design...Share Best lighting design of a play Jon Clark wins the best lighting...
    www.nbcnews.com/pop-culture/pop-culture-news/live-blog/tony-awards-2025-live-updates-rcna211077
    Mon Jun 09 01:04:24 UTC 2025
      1.2M bytes
      Cache
     
  2. 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
    Tue Jul 01 15:59:35 UTC 2025
      96.3K bytes
      Cache
     
  3. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Tue Jul 01 15:59:35 UTC 2025
      192K bytes
      Cache
     
  4. Ask MetaFilter

    He states that a "chem test" he performed showed the presence...style="display:none"></div> <script type="text/javascript"> !function() { var...
    ask.metafilter.com
    Wed Jul 02 00:50:21 UTC 2025
      76.5K bytes
      1 views
      Cache
     
  5. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Tue Jul 01 15:59:32 UTC 2025
      113.1K bytes
      Cache
     
  6. LinearSVC — scikit-learn 1.7.0 documentation

    vs the rest. It is possible to implement one vs the rest with SVC...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Tue Jul 01 15:59:32 UTC 2025
      162.7K bytes
      Cache
     
  7. Kernel PCA — scikit-learn 1.7.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
    Tue Jul 01 15:59:35 UTC 2025
      107.5K bytes
      Cache
     
  8. Plot classification probability — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( X ,...predict_proba ( X_test ) accuracy_test = accuracy_score ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Tue Jul 01 15:59:32 UTC 2025
      126.1K bytes
      Cache
     
  9. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Tue Jul 01 15:59:35 UTC 2025
      102.2K bytes
      Cache
     
  10. Precision-Recall — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:33 UTC 2025
      151.3K bytes
      Cache
     
  11. 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
    Tue Jul 01 15:59:35 UTC 2025
      162.8K bytes
      Cache
     
  12. 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
    Tue Jul 01 15:59:33 UTC 2025
      101.5K bytes
      Cache
     
  13. Decision Tree Regression — scikit-learn 1.7.0 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 Jul 01 15:59:32 UTC 2025
      152.4K bytes
      Cache
     
  14. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Tue Jul 01 15:59:35 UTC 2025
      108.5K bytes
      Cache
     
  15. Prediction Latency — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:35 UTC 2025
      142.9K bytes
      Cache
     
  16. 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
    Tue Jul 01 15:59:35 UTC 2025
      115.1K bytes
      Cache
     
  17. ExtraTreesClassifier — scikit-learn 1.7.0 docum...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Tue Jul 01 15:59:32 UTC 2025
      167.6K bytes
      Cache
     
  18. 外だしSQLのタイトル (OutsideSqlTitle) | DBFlute

    [df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...
    dbflute.seasar.org/ja/manual/function/genbafit/dbflutefit/outsidesqltitle/index.html
    Fri Jun 13 09:55:28 UTC 2025
      13.3K bytes
      Cache
     
  19. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Tue Jul 01 15:59:33 UTC 2025
      140.6K bytes
      Cache
     
  20. 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 Jul 01 15:59:32 UTC 2025
      123.1K bytes
      Cache
     
Back to top