- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 541 - 550 of 1,829 for test (0.15 sec)
-
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... -
ハンズオンセクション 9 | DBFlute
引数の値で null は許されない 対応テストメソッド test_letsOutside_会員が検索されること() 会員名称が...(区分値メソッドを使う、select句にカラムを追加してもOK) test_letsOutside_条件値なしで全件検索されること()...dbflute.seasar.org/ja/tutorial/handson/section09.html -
DummyRegressor — scikit-learn 1.6.0 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
Microsoft's Controversial 'Recall' Feature is A...
Recall binaries on disk while we test add/remove. In a future update...by writes: Microsoft hasn't tested the underpinnings for long...tech.slashdot.org/story/24/11/24/2325257/microsofts-controversial-recall-feature-is-already-exper... -
Are AI-Powered Tools - and Cheating-Detection T...
regurgitating text is a physical performance test. Diploma mills...Reading recently conducted a blind test in which ChatGPT-written answers...news.slashdot.org/story/24/12/15/219203/are-ai-powered-tools---and-cheating-detection-tools---hur... -
Maintainer Information — scikit-learn 1.7.dev0 ...
you can test uploading to test.pypi.org first. twine...uploading to PyPI, you can test uploading to test.pypi.org first. twine...scikit-learn.org/dev/developers/maintainer.html -
org.seasar.dbflute.maven.plugin (DBFlute Maven ...
provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/package-summary.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 -
BernoulliNB — 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.BernoulliNB.html -
ExtraTreeClassifier — scikit-learn 1.7.dev0 doc...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> cls . score ( X_test , y_test ) 0.8947... apply ( X ,...scikit-learn.org/dev/modules/generated/sklearn.tree.ExtraTreeClassifier.html