- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1321 - 1330 of 2,142 for text (0.22 sec)
-
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 -
Entertainment News | Slashdot
report : Plex is beginning to test its "newly reimagined Plex experience,"...again to download until sometime next year." Further reading: Google,...entertainment.slashdot.org -
Image denoising using kernel PCA — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
GraphicalLasso — scikit-learn 1.5.2 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 -
DummyClassifier — scikit-learn 1.5.2 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.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 -
LeavePOut — scikit-learn 1.5.2 documentation
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.LeavePOut.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 -
Common pitfalls in the interpretation of coeffi...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.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