Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 360 of 1,271 for test (0.42 sec)

  1. 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
    Wed Nov 05 14:36:33 UTC 2025
      192K bytes
      Cache
     
  2. 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
    Wed Nov 05 14:36:35 UTC 2025
      113.1K bytes
      Cache
     
  3. 9.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 Nov 05 14:36:33 UTC 2025
      61K bytes
      Cache
     
  4. 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
    Wed Nov 05 14:36:32 UTC 2025
      126.1K bytes
      Cache
     
  5. Kernel PCA — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:32 UTC 2025
      107.5K bytes
      Cache
     
  6. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Mon Sep 15 10:51:18 UTC 2025
      12.7K bytes
      2 views
      Cache
     
  7. Logistic function — scikit-learn 1.7.2 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed Nov 05 14:36:33 UTC 2025
      95K bytes
      Cache
     
  8. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Wed Nov 05 14:36:35 UTC 2025
      132.1K bytes
      Cache
     
  9. Perceptron — scikit-learn 1.7.2 documentation

    classification of text documents Out-of-core classification of text documents...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Wed Nov 05 14:36:33 UTC 2025
      161.9K bytes
      Cache
     
  10. Monitor resources on private networks | Elastic...

    up with duplicate or missing tests. Private Locations do not currently...currently load balance tests across multiple Elastic Agents. See...
    www.elastic.co/docs/solutions/observability/synthetics/monitor-resources-on-private-networks
    Tue Nov 04 20:39:19 UTC 2025
      370.9K bytes
      Cache
     
  11. ハンズオンセクション 2 | DBFlute

    Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...
    dbflute.seasar.org/ja/tutorial/handson/section02.html
    Mon Sep 15 10:51:18 UTC 2025
      29K bytes
      Cache
     
  12. Decision Tree Regression — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:32 UTC 2025
      152.4K bytes
      Cache
     
  13. 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
    Wed Nov 05 14:36:35 UTC 2025
      108.5K bytes
      Cache
     
  14. 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 Nov 05 14:36:33 UTC 2025
      106.2K bytes
      Cache
     
  15. 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
    Wed Nov 05 14:36:35 UTC 2025
      140.6K bytes
      Cache
     
  16. Configure lightweight monitors | Elastic Docs

    each ping test. This is the total time allowed for testing the connection...code and display the correct text. ICMP : Check the availability...
    www.elastic.co/docs/solutions/observability/synthetics/configure-lightweight-monitors
    Tue Nov 04 17:37:30 UTC 2025
      398.2K bytes
      Cache
     
  17. 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
    Wed Nov 05 14:36:32 UTC 2025
      123.1K bytes
      Cache
     
  18. 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 Nov 05 14:36:35 UTC 2025
      127.4K bytes
      Cache
     
  19. Elasticsearch release notes | Reference

    #117042 ) Test/107515 restore template with match only text mapper...instead of entire field text #129369 Text similarity reranker chunks...
    www.elastic.co/docs/release-notes/elasticsearch
    Thu Oct 30 20:38:28 UTC 2025
      460.8K bytes
      Cache
     
  20. How the Elastic InfoSec team uses Elastic Secur...

    test, and provide feedback on all...extension of Quality Assurance/Testing, but also as a data custodian....
    www.elastic.co/blog/how-the-elastic-infosec-team-uses-elastic-security
    Thu Nov 06 00:49:33 UTC 2025
      376.8K bytes
      Cache
     
Back to top