- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 571 - 580 of 1,818 for test (0.12 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
ハンズオンセクション 6 | DBFlute
UnitContainerTestCas { public void test_ ... () { // _testで補完 ... } } テストクラスで...グが出力されていたかと思います。 これは、既に src/test/resources 配下に log4j.properties...dbflute.seasar.org/ja/tutorial/handson/section06.html -
模範解答的なセクション 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 -
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 -
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