- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 925 for tests (0.11 sec)
-
feature_selection.rst.txt
based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
NeighborhoodComponentsAnalysis — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html -
Normal, Ledoit-Wolf and OAS Linear Discriminant...
for training n_test = 200 # samples for testing n_averages = 50...) X , y = generate_data ( n_test , n_features ) score_clf1 +=...scikit-learn.org/stable/auto_examples/classification/plot_lda.html -
ハンズオンセクション 12 | DBFlute
でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section12.html -
Baba Entertainment uses Elastic for gaming data...
Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...www.elastic.co/customer/baba-entertainment -
plot_release_highlights_1_6_0.rst.txt
- Many tests in the common test suite are updated...the `_xfail_checks` tag and tests which are expected to fail are...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_6_0.r... -
GridSearchCV — scikit-learn 1.6.1 documentation
'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html -
java-editor-templates.xml
test_junit4 Test @${testType:newType(org.junit.Test)} public...false test method true org.eclipse.jdt.ui.templates.test test...dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml -
SelectFpr — scikit-learn 1.6.1 documentation
a FPR test. FPR test stands for False Positive Rate test. It controls...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
SVM Exercise — scikit-learn 1.6.0 documentation
out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html