- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1321 - 1330 of 2,219 for text (0.12 sec)
-
PredefinedSplit — scikit-learn 1.5.2 documentation
Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
Elastic network drive connector reference | Ent...
"Folder-shared/org/*/all-tests/test[135]" } ] Excluding files..."pattern": "Folder-shared/**/all-tests/test[!7]" } ] Content extraction...www.elastic.co/guide/en/enterprise-search/current/connectors-network-drive.html -
DBFlute Example (サンプル) | DBFlute
MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...dbflute.seasar.org/ja/manual/reference/example/index.html -
LeavePGroupsOut — scikit-learn 1.5.2 documentation
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
Release Highlights for scikit-learn 0.22 — scik...
X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html -
LeaveOneOut — scikit-learn 1.5.2 documentation
Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
UTFluteのセットアップ | DBFlute
@Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html -
plot_hgbt_regression.py
import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py -
Linear Regression Example — scikit-learn 1.5.2 ...
scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
Demonstration of multi-metric evaluation on cro...
'_<scorer_name>' ( 'mean_test_precision' , 'rank_test_precision' , etc…)...style in (( "train" , "--" ), ( "test" , "-" )): sample_score_mean...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html