- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 1,451 for test (0.09 sec)
-
ハンズオンセクション 2 | DBFlute
Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...dbflute.seasar.org/ja/tutorial/handson/section02.html -
Kibana Guide [8.18] | Elastic
Common Issues Event log index Test connectors Observability Search...How we use Git and GitHub Testing Interpreting CI Failures CI...www.elastic.co/guide/en/kibana/8.18/index.html -
SelectFpr — scikit-learn 1.6.1 documentation
a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
Recognizing hand-written digits — scikit-learn ...
and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
ハンズオンセクション 11 | DBFlute
その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section11.html -
Image denoising using kernel PCA — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
One-Class SVM versus One-Class SVM using Stocha...
size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html -
LeavePOut — scikit-learn 1.6.1 documentation
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
RBF SVM parameters — scikit-learn 1.6.1 documen...
best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.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