- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 1,456 for test (0.27 sec)
-
Swaggerの環境セットアップ | LastaFlute
実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html -
Nearest Neighbors regression — scikit-learn 1.6...
axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
Successive Halving Iterations — scikit-learn 1....
The best candidate is the candidate that has the best score..."params_str" , values = "mean_test_score" ) ax = mean_scores ....scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
6.3. Preprocessing data — scikit-learn 1.6.1 do...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...scikit-learn.org/stable/modules/preprocessing.html -
class_likelihood_ratios — scikit-learn 1.6.1 do...
obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
Feature discretization — scikit-learn 1.6.1 doc...
training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
GroupKFold — scikit-learn 1.6.1 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.GroupKFold.html -
check_estimator — scikit-learn 1.6.1 documentation
running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html -
ハンズオンニュース | DBFlute
-- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...With - Text Editor" で開いて修正します。ただし、その後ダブルクリックしても Text Editor ...dbflute.seasar.org/ja/tutorial/handson/news.html -
IsolationForest example — scikit-learn 1.6.1 do...
X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html