Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 360 of 1,641 for test (0.17 sec)

  1. 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 May 08 07:10:46 UTC 2024
      38.4K bytes
      Cache
     
  2. 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 May 08 07:10:45 UTC 2024
      111.9K bytes
      Cache
     
  3. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Wed May 08 07:10:45 UTC 2024
      77K bytes
      Cache
     
  4. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/...
    Mon Mar 18 15:47:33 UTC 2024
      15.2K bytes
      11 views
      Cache
     
  5. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Wed May 08 07:10:45 UTC 2024
      36.4K bytes
      Cache
     
  6. Olympic Games 2024 countdown begins: Paris prep...

    Test your knowledge of Olympic sports...
    www.nbcnews.com/sports/olympics/olympic-games-2024-countdown-begins-paris-prepares-rcna145838
    Thu Apr 18 00:59:06 UTC 2024
      455.4K bytes
      Cache
     
  7. 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 May 08 07:10:46 UTC 2024
      50.9K bytes
      Cache
     
  8. Time-related feature engineering — scikit-learn...

    test_0 = all_splits [ 0 ] X . iloc [ test_0 ] season...train_4 , test_4 = all_splits [ 4 ] X . iloc [ test_4 ] season...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Wed May 08 07:10:46 UTC 2024
      151.8K bytes
      Cache
     
  9. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Wed May 08 07:10:46 UTC 2024
      90.1K bytes
      Cache
     
  10. sklearn.model_selection.LeaveOneOut — scikit-le...

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Wed May 08 07:10:45 UTC 2024
      27.1K bytes
      Cache
     
  11. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Wed May 08 07:10:45 UTC 2024
      37.3K bytes
      Cache
     
  12. sklearn.model_selection.LeavePGroupsOut — sciki...

    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.LeavePGroupsOut.html
    Wed May 08 07:10:45 UTC 2024
      34.1K bytes
      Cache
     
  13. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Wed May 08 07:10:45 UTC 2024
      92K bytes
      Cache
     
  14. 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 May 08 07:10:45 UTC 2024
      37K bytes
      Cache
     
  15. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Wed May 08 07:10:46 UTC 2024
      32.8K bytes
      Cache
     
  16. Underfitting vs. Overfitting — scikit-learn 1.4...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Wed May 08 07:10:46 UTC 2024
      35.6K bytes
      Cache
     
  17. sklearn.covariance.GraphicalLasso — scikit-lear...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Wed May 08 07:10:45 UTC 2024
      49.9K bytes
      Cache
     
  18. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Wed May 08 07:10:46 UTC 2024
      39.5K bytes
      Cache
     
  19. Comparing Target Encoder with Other Encoders — ...

    "rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Wed May 08 07:10:45 UTC 2024
      73.9K bytes
      Cache
     
  20. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Wed May 08 07:10:45 UTC 2024
      81.1K bytes
      Cache
     
Back to top