- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 837 for tests (0.23 sec)
-
Quantile regression — scikit-learn 1.6.1 docume...
evaluation by looking at the test error obtained by cross-validation...."neg_mean_squared_error" ], ) print ( f """Test error (cross-validated performance)...scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html -
DummyRegressor — scikit-learn 1.6.1 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.DummyRegressor.html -
Dimensionality Reduction with Neighborhood Comp...
train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
Version 0.20 — scikit-learn 1.6.1 documentation
the train and test data are centered with the train...be scored without supplying test samples. #11951 by Rüdiger Busche...scikit-learn.org/stable/whats_new/v0.20.html -
Swaggerの環境セットアップ | LastaFlute
実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.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 -
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 -
Installing scikit-learn — scikit-learn 1.6.1 do...
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/stable/install.html -
ハンズオンニュース | DBFlute
-- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...文を編成 (seasar 部分を lastadi に) src/test/resources のファイルをすべて削除、.gitkeep...dbflute.seasar.org/ja/tutorial/handson/news.html -
is_outlier_detector — scikit-learn 1.6.1 docume...
instance Estimator object to test. Returns : out bool True if...scikit-learn.org/stable/modules/generated/sklearn.base.is_outlier_detector.html