- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 837 for tests (0.17 sec)
-
Scaling the regularization parameter for SVCs —...
= 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html -
SAStruts での利用
jdbc generate doc outside-sql-test replace-schema sql2entity manage...今回は以下の単純なテーブルを作成します。 CREATE TABLE TEST_TABLE ( ID BIGINT NOT NULL IDENTITY...dbflute.seasar.org/maven/plugin/ja/sastruts.html -
Elastic Serverless | Elastic
Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...www.elastic.co/demo-gallery/serverless -
StratifiedShuffleSplit — scikit-learn 1.6.1 doc...
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
Observability Tour | Elastic
Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...www.elastic.co/demo-gallery/observability -
GroupShuffleSplit — scikit-learn 1.6.1 document...
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.GroupShuffleSplit.html -
AdaBoostClassifier — scikit-learn 1.6.1 documen...
the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
ExtraTreesRegressor — scikit-learn 1.6.1 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
StackingRegressor — scikit-learn 1.6.1 document...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.3... fit ( X , y , *...scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html -
1.11. Ensembles: Gradient boosting, random fore...
train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...scikit-learn.org/stable/modules/ensemble.html