- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 931 for tests (0.1 sec)
-
概要
outside-sql-test : outside-sql-test.[sh|bat]を実行します。 replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...dbflute.seasar.org/maven/plugin/ja/index.html -
MLPRegressor — scikit-learn 1.6.1 documentation
X_test , y_train , y_test = train_test_split ( X ,...-290...]) >>> regr . score ( X_test , y_test ) 0.98... fit ( X , y )...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
validation_curve — scikit-learn 1.6.1 documenta...
print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
利用方法
(dbflute:outside-sql-test) dbflute:outside-sql-test ゴールを実行すると、DBFlute...outside-sql-test.[sh|bat] が実行されます。 outside-sql-test については、DBFlute...dbflute.seasar.org/maven/plugin/ja/usage.html -
Scalable learning with polynomial kernel approx...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html -
QuadraticDiscriminantAnalysis — scikit-learn 1....
n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
Isotonic Regression — scikit-learn 1.6.1 docume...
plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html -
Installing scikit-learn — scikit-learn 1.7.dev0...
2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...scikit-learn.org/dev/install.html -
fetch_20newsgroups — scikit-learn 1.6.1 documen...
‘test’ for the test set, ‘all’ for both,...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
ClassifierMixin — scikit-learn 1.7.dev0 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/dev/modules/generated/sklearn.base.ClassifierMixin.html