- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 851 for tests (0.24 sec)
-
dbflute-maven-plugin - dbflute:sql2entity
dbflute.seasar.org/maven/plugin/ja/sql2entity-mojo.html -
ハンズオンセクション 8 | DBFlute
引数の値で null は許されない 対応テストメソッド test_updateMemberChangedT_会員が更新されていること()...更新処理後、DB上のデータが更新されていることをアサート test_updateMemberChangedT_排他制御例外が発生すること()...dbflute.seasar.org/ja/tutorial/handson/section08.html -
plot_release_highlights_1_7_0.py
y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py -
dbflute-maven-plugin - dbflute:replace-schema
dbflute.seasar.org/maven/plugin/ja/replace-schema-mojo.html -
plot_release_highlights_1_7_0.ipynb
y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...sklearn.model_selection import train_test_split\nfrom sklearn.pipeline...scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0... -
Ridge coefficients as a function of the L2 Regu...
our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
dbflute-maven-plugin - dbflute:manage
dbflute.seasar.org/maven/plugin/manage-mojo.html -
Quantile regression — scikit-learn 1.7.0 docume...
evaluation by looking at the test error obtained by cross-validation...."neg_mean_squared_error" ], ) print ( "Test error (cross-validated performance)...scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html -
DummyRegressor — scikit-learn 1.7.0 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 -
scale — scikit-learn 1.7.0 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html