- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 931 for tests (0.05 sec)
-
maxabs_scale — scikit-learn 1.6.1 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
SVC — scikit-learn 1.6.1 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.SVC.html -
KNeighborsClassifier — scikit-learn 1.6.1 docum...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
ハンズオンセクション 11 | DBFlute
その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section11.html -
Utilities for Developers — scikit-learn 1.7.dev...
repeatability issues in unit tests. Instead, a numpy.random.RandomState...from graph_shortest_path . Testing Functions # discovery.all_estimators...scikit-learn.org/dev/developers/utilities.html -
LearningCurveDisplay — scikit-learn 1.6.1 docum...
test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
Version 0.18 — scikit-learn 1.6.1 documentation
'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...scikit-learn.org/stable/whats_new/v0.18.html -
plot_release_highlights_1_6_0.zip
# - Many tests in the common test suite are updated...more details.\n- Many tests in the common test suite are updated...scikit-learn.org/stable/_downloads/151e78f803ff9f3154dd7dbbaf45e0b0/plot_release_highlights_1_6_0... -
7.2. Real world datasets — scikit-learn 1.6.1 d...
newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...scikit-learn.org/stable/datasets/real_world.html -
1.13. Feature selection — scikit-learn 1.6.1 do...
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/modules/feature_selection.html