Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 1,331 for test (1.57 sec)

  1. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Wed Aug 20 16:02:07 UTC 2025
      107.6K bytes
      Cache
     
  2. Scaling the regularization parameter for SVCs —...

    = 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Wed Aug 20 16:02:07 UTC 2025
      115.5K bytes
      Cache
     
  3. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Wed Aug 20 16:02:07 UTC 2025
      98.6K bytes
      Cache
     
  4. LeaveOneGroupOut — scikit-learn 1.7.1 documenta...

    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.LeaveOneGroupOut.html
    Wed Aug 20 16:02:09 UTC 2025
      122.2K bytes
      Cache
     
  5. DBFluteの紹介 | DBFlute

    Apache Log4j (v1) (test only) JUnit (test only) 最大の感謝 これらのフレームワーク/ライブラリがなければ、今の...Apache Torque (code use) JUnit (test only) H2 Database (as JDBC Driver)...
    dbflute.seasar.org/ja/introduction/index.html
    Tue Aug 12 02:41:09 UTC 2025
      23.1K bytes
      1 views
      Cache
     
  6. Effect of transforming the targets in regressio...

    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/compose/plot_transformed_target.html
    Wed Aug 20 16:02:08 UTC 2025
      125.3K bytes
      Cache
     
  7. LassoLars — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Wed Aug 20 16:02:07 UTC 2025
      143.1K bytes
      Cache
     
  8. Elastic Observability [8.18] | Elastic

    Write a synthetic test Write a synthetic test to check critical...browser monitors Write a synthetic test Configure individual monitors...
    www.elastic.co/guide/en/observability/8.18/index.html
    Tue Jul 22 16:45:23 UTC 2025
      71.3K bytes
      Cache
      Similar Results (1)
     
  9. Release Highlights for scikit-learn 1.6 — sciki...

    Many tests in the common test suite are updated...removed the _xfail_checks tag and tests which are expected to fail are...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html
    Wed Aug 20 16:02:09 UTC 2025
      110.6K bytes
      Cache
     
  10. 1.10. Decision Trees — scikit-learn 1.7.1 docum...

    validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...
    scikit-learn.org/stable/modules/tree.html
    Wed Aug 20 16:02:08 UTC 2025
      94.5K bytes
      Cache
     
Back to top