- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 521 - 540 of 1,271 for test (0.58 sec)
-
1.9. Naive Bayes — scikit-learn 1.7.2 documenta...
X_test , y_train , y_test = train_test_split ( X ,...: %d " ... % ( X_test . shape [ 0 ], ( y_test != y_pred ) . sum...scikit-learn.org/stable/modules/naive_bayes.html -
NuSVC — scikit-learn 1.7.2 documentation
n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html -
MultiTaskElasticNetCV — scikit-learn 1.7.2 docu...
are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNetCV.html -
Glossary of Common Terms and API Elements — sci...
common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...scikit-learn.org/stable/glossary.html -
OrdinalEncoder — scikit-learn 1.7.2 documentation
fit ( X_train ) >>> X_test = np . array ([[ "a" ], [ "b"...object ) >>> enc . transform ( X_test ) array([[2.], [0.], [1.], [2.],...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html -
BuzzFeed Video
Eye Ladylike Lady tested, lady approved. Eye Made By...Bogus Beauty PLAY 12:10 Watch I Tested Custom Glass Slippers Like...www.buzzfeed.com/videos -
RegressorChain — scikit-learn 1.7.2 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html -
IsolationForest example — scikit-learn 1.7.2 do...
X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
DensityMixin — scikit-learn 1.7.2 documentation
n_features) Test samples. y Ignored Not used,...scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html -
CategoricalNB — 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.CategoricalNB.html -
parametrize_with_checks — scikit-learn 1.7.2 do...
to specify which tests to run: pytest test_check_estimators ....why the check fails. These tests will be marked as xfail if the...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks.... -
Overview
outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...dbflute.seasar.org/maven/plugin/index.html -
dbflute-maven-plugin - dbflute:doc
dbflute.seasar.org/maven/plugin/doc-mojo.html -
check_increasing — scikit-learn 1.7.2 documenta...
based on a Spearman correlation test. Parameters : x array-like of...scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html -
Coding Policy of Hands-on | DBFlute
* DBFlute Hands-on Section 2 Test Class * @author jflute */ public...MemberBhv memberBhv ; public void test_demo() throws Exception { //...dbflute.seasar.org/tutorial/handson/review/codingpolicy.html -
Plot Ridge coefficients as a function of the re...
regularization on training and test error Effect of model regularization...regularization on training and test error HuberRegressor vs Ridge...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html -
HTTP json metricset | Metricbeat Reference [8.1...
test", "duration": 115000, "module":..."module": "http" }, "http": { "test": { "hello": "world" } }, "metricset":...www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-http-json.html -
sklearn.feature_selection — scikit-learn 1.7.2 ...
pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/api/sklearn.feature_selection.html -
3. Model selection and evaluation — scikit-lear...
Permutation test score 3.2. Tuning the hyper-parameters...scikit-learn.org/stable/model_selection.html -
ハンズオンセクション 11 | DBFlute
その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section11.html