Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 825 for tests (0.14 sec)

  1. 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
    Fri Oct 17 00:44:31 UTC 2025
      377.7K bytes
      Cache
     
  2. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Thu Oct 16 16:10:50 UTC 2025
      105.2K bytes
      Cache
     
  3. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Thu Oct 16 16:10:52 UTC 2025
      143.3K bytes
      Cache
     
  4. 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
    Thu Oct 16 16:10:50 UTC 2025
      115.1K bytes
      Cache
     
  5. StratifiedGroupKFold — scikit-learn 1.7.2 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Thu Oct 16 16:10:48 UTC 2025
      129.7K bytes
      Cache
     
  6. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Thu Oct 16 16:10:52 UTC 2025
      112.3K bytes
      Cache
     
  7. GMM covariances — scikit-learn 1.7.2 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Thu Oct 16 16:10:52 UTC 2025
      108.4K bytes
      Cache
     
  8. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html
    Mon Sep 15 10:51:17 UTC 2025
      22K bytes
      34 views
      Cache
     
  9. MultinomialNB — scikit-learn 1.7.2 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.MultinomialNB.html
    Thu Oct 16 16:10:50 UTC 2025
      151.8K bytes
      Cache
     
  10. Classifier comparison — scikit-learn 1.7.2 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Thu Oct 16 16:10:50 UTC 2025
      114.3K bytes
      Cache
     
Back to top