Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 1,818 for test (0.12 sec)

  1. SGDOneClassSVM — scikit-learn 1.7.dev0 document...

    n_features) Testing data. Returns : dec array-like,...shape (n_samples, n_features) Testing data. Returns : y array, shape...
    scikit-learn.org/dev/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Mon Dec 09 18:03:46 UTC 2024
      154.6K bytes
      Cache
      Similar Results (1)
     
  2. GaussianNB — scikit-learn 1.6.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.GaussianNB.html
    Fri Dec 20 11:14:16 UTC 2024
      156.4K bytes
      Cache
     
  3. Recursive feature elimination with cross-valida...

    [ "mean_test_score" ], yerr = cv_results [ "std_test_score" ],...selected" ) plt . ylabel ( "Mean test accuracy" ) plt . errorbar (...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Mon Dec 23 08:41:44 UTC 2024
      94.5K bytes
      Cache
     
  4. Lasta Di (DIコンテナ) | DBFlute

    switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...
    dbflute.seasar.org/ja/lastaflute/lastadi/index.html
    Tue Nov 12 15:10:59 UTC 2024
      22.9K bytes
      Cache
     
  5. 1.10. Decision Trees — scikit-learn 1.6.0 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
    Mon Dec 23 08:41:44 UTC 2024
      93.6K bytes
      Cache
     
  6. Receiver Operating Characteristic (ROC) with cr...

    X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Mon Dec 23 08:41:44 UTC 2024
      101.7K bytes
      Cache
     
  7. ハンズオンセクション 6 | DBFlute

    UnitContainerTestCas { public void test_ ... () { // _testで補完 ... } } テストクラスで...グが出力されていたかと思います。 これは、既に src/test/resources 配下に log4j.properties...
    dbflute.seasar.org/ja/tutorial/handson/section06.html
    Tue Nov 12 15:10:59 UTC 2024
      42.9K bytes
      Cache
     
  8. 模範解答的なセクション 2 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...テストデータが存在すること */ public void test_existsTestData() throws Exception...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html
    Tue Nov 12 15:10:59 UTC 2024
      11.8K bytes
      Cache
     
  9. Probabilistic predictions with Gaussian process...

    according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html
    Mon Dec 23 08:41:44 UTC 2024
      111.2K bytes
      Cache
     
  10. Sparsity Example: Fitting only features 1 and 2...

    indices ] X_test = X [ - 20 :, indices ] y_train...y_train = y [: - 20 ] y_test = y [ - 20 :] Next we fit a linear...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_3d.html
    Sun Dec 08 14:35:21 UTC 2024
      87.9K bytes
      Cache
     
Back to top