Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 440 of 1,341 for test (0.4 sec)

  1. Debugging Azure Networking for Elastic Cloud Se...

    for the duration of the test. These tests are designed to push the...performance and scalability tests to ensure that our users get...
    www.elastic.co/observability-labs/blog/debugging-aks-packet-loss
    Wed Jun 18 01:06:52 UTC 2025
      149.3K bytes
      Cache
     
  2. GraphicalLasso — scikit-learn 1.7.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Tue Jul 01 15:59:32 UTC 2025
      132K bytes
      Cache
     
  3. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Tue Jul 01 15:59:32 UTC 2025
      197K bytes
      Cache
     
  4. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Tue Jul 01 15:59:35 UTC 2025
      120.7K bytes
      1 views
      Cache
     
  5. LarsCV — scikit-learn 1.7.0 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Tue Jul 01 15:59:33 UTC 2025
      142K bytes
      Cache
     
  6. ハンズオンセクション 2 | DBFlute

    Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...
    dbflute.seasar.org/ja/tutorial/handson/section02.html
    Fri Jun 13 09:55:28 UTC 2025
      29K bytes
      Cache
     
  7. UTFluteのセットアップ | DBFlute

    @Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...
    dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html
    Fri Jun 13 09:55:28 UTC 2025
      23.5K bytes
      1 views
      Cache
     
  8. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Tue Jul 01 15:59:35 UTC 2025
      96.2K bytes
      Cache
     
  9. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Tue Jul 01 15:59:32 UTC 2025
      106K bytes
      Cache
     
  10. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Thu Jun 05 00:23:05 UTC 2025
      90.1K bytes
      Cache
     
  11. Release Highlights for scikit-learn 1.4 — sciki...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...( "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 Jul 01 15:59:35 UTC 2025
      176.2K bytes
      Cache
     
  12. Cosmic Dawn: NASA Documentary on the James Webb...

    while we were testing the instruments in cryo-vac....travel all over America for tests, making sure the cameras worked,...
    www.metafilter.com/209182/Cosmic-Dawn-NASA-Documentary-on-the-James-Webb-Space-Telescope
    Sun Jun 15 01:02:33 UTC 2025
      30.4K bytes
      Cache
     
  13. feed.xml

    import { test, expect } from "@playwright/test"; test("homepage...import { test, expect } from "@playwright/test"; test("homepage...
    www.elastic.co/observability-labs/rss/feed.xml
    Tue Jun 17 23:30:07 UTC 2025
      2.3M bytes
      6 views
     
  14. Version 0.13 — scikit-learn 1.7.0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Tue Jul 01 15:59:33 UTC 2025
      72.2K bytes
      Cache
     
  15. CategoricalNB — scikit-learn 1.7.0 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Tue Jul 01 15:59:33 UTC 2025
      152.5K bytes
      Cache
     
  16. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Tue Jul 01 15:59:33 UTC 2025
      228.7K bytes
      Cache
     
  17. parametrize_with_checks — scikit-learn 1.7.0 do...

    to specify which tests to run: pytest test_check_estimators ....why the check fails. These tests will be marked as xfail if the...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Tue Jul 01 15:59:34 UTC 2025
      113.1K bytes
      Cache
     
  18. Pipeline ANOVA SVM — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Tue Jul 01 15:59:32 UTC 2025
      116.5K bytes
      Cache
     
  19. DBFluteのEclipseコード補完 | LastaFlute

    UTFluteのテストメソッドを補完 (_test) _test (TEST) e.g. UTFluteのテストメソッドを補完 @Java _test .......addOrderBy_${columnName} _test UTFlute, testメソッド補完、Arrange,Act,Assert付き...
    dbflute.seasar.org/ja/tutorial/eclipse/dfclipsecomp.html
    Fri Jun 13 09:55:28 UTC 2025
      32.7K bytes
      1 views
      Cache
     
  20. NuSVR — scikit-learn 1.7.0 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Fri Jun 27 15:51:03 UTC 2025
      142.7K bytes
      Cache
     
Back to top