- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 881 - 890 of 1,698 for text (0.17 sec)
-
GraphicalLasso — scikit-learn 1.6.1 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html -
Kernel PCA — scikit-learn 1.6.1 documentation
X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
PredefinedSplit — scikit-learn 1.6.1 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 -
javatry (じゃゔぁとらい) | DBFlute
public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...dbflute.seasar.org/ja/tutorial/javatry/index.html -
Post-tuning the decision threshold for cost-sen...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...model , X_test , y_test ), scoring [ "tpr" ]( model , X_test , y_test...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Ordinary Least Squares Example — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
11.1. Array API support (experimental) — scikit...
train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...scikit-learn.org/stable/modules/array_api.html -
sequenceMap (sequenceDefinitionMap) | DBFlute
シーケンスのスキーマは追加スキーマでなくてもOK ; NEXT_SCHEMA_PRODUCT = NEXTSCHEMA .SEQ_NEXT_SCHEMA_PRODUCT...SEQ_MEMBER ; NEXT_SCHEMA_PRODUCT = NEXTSCHEMA.SEQ_NEXT_SCHEMA_PRODUCT...dbflute.seasar.org/ja/manual/reference/dfprop/sequencedefinition/index.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.6.1 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