- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 857 for tests (0.58 sec)
-
AdaBoostClassifier — scikit-learn 1.7.0 documen...
n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
Swaggerの環境セットアップ | LastaFlute
実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html -
Isotonic Regression — scikit-learn 1.7.0 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 -
fetch_20newsgroups — scikit-learn 1.7.0 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 -
ハンズオンニュース | DBFlute
-- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...文を編成 (seasar 部分を lastadi に) src/test/resources のファイルをすべて削除、.gitkeep...dbflute.seasar.org/ja/tutorial/handson/news.html -
MultiTaskLassoCV — scikit-learn 1.7.0 documenta...
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
RFECV — scikit-learn 1.7.0 documentation
test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html -
Gradient Boosting Out-of-Bag estimates — scikit...
X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
TimeSeriesSplit — scikit-learn 1.7.0 documentation
test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
ShuffleSplit — scikit-learn 1.7.0 documentation
print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html