- Sort Score
- Result 50 results
- Languages All
- Labels All
Results 501 - 550 of 1,312 for test (5.62 sec)
-
1.13. Feature selection — scikit-learn 1.7.1 do...
the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...scikit-learn.org/stable/modules/feature_selection.html -
Effect of varying threshold for self-training —...
train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
NuSVC — scikit-learn 1.7.1 documentation
n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html -
Detection error tradeoff (DET) curve — scikit-l...
X_test , y_train , y_test = train_test_split ( X ,...definitions: \(\text{FPR} = \frac{\text{FP}}{\text{FP} + \text{TN}}\)...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html -
Curve Fitting with Bayesian Ridge Regression — ...
increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html -
DBFluteのリポジトリ (Github) | DBFlute
(サンプル) DBFlute Test DBFluteのテストプロジェクト。 DBFlute Test https://git...Project DBFlute Example DBFlute Test UTFlute EMecha DBFlute Session...dbflute.seasar.org/ja/environment/repository.html -
assert_all_finite — scikit-learn 1.7.1 document...
( "Test failed: Array contains non-finite values." ) Test failed:...assert_all_finite ( array ) ... print ( "Test passed: Array contains only...scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html -
Gaussian Mixture Model Selection — scikit-learn...
"mean_test_score" ] ] df [ "mean_test_score" ] = - df...estimator are stored in best_parameters_ and best_estimator_ , respectively....scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html -
Release Highlights for scikit-learn 1.6 — sciki...
Many tests in the common test suite are updated...removed the _xfail_checks tag and tests which are expected to fail are...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html -
模範解答的なセクション 2 | DBFlute
@Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...テストデータが存在すること */ public void test_existsTestData() throws Exception...dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html -
Robust linear estimator fitting — scikit-learn ...
sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html -
Visualizing the probabilistic predictions of a ...
= [ est . predict_proba ( test_sample ) . ravel () for est in...estimators_ ] for ( est_name , _ ), est_probas in zip ( eclf...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.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 -
sklearn.model_selection — scikit-learn 1.7.1 do...
train_test_split Split arrays or matrices...matrices into random train and test subsets. Hyper-parameter optimizers...scikit-learn.org/stable/api/sklearn.model_selection.html -
Gaussian processes on discrete data structures ...
) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html -
robust_scale — scikit-learn 1.7.1 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.robust_scale.html -
SGDOneClassSVM — scikit-learn 1.7.1 documentation
n_features) Testing data. Returns : dec array-like,...shape (n_samples, n_features) Testing data. Returns : y array, shape...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html -
32 Best Early Labor Day Sales 2025: Apple, REI,...
What to Skip Best Labor Day Deals on Amazon Best Buy Labor Day...What to Skip Best Labor Day Deals on Amazon Best Buy Labor Day...www.nbcnews.com/select/shopping/best-early-labor-day-sales-2025-rcna227260 -
Version 0.14 — scikit-learn 1.7.1 documentation
Testing scikit-learn with sklearn.test() is deprecated....feature_extraction.text.CountVectorizer and feature_extraction.text.TfidfVectorizer...scikit-learn.org/stable/whats_new/v0.14.html -
decomposition.rst.txt
||X-UV||_{\text{Fro}}^2+\alpha||V||_{1,1} \\ \text{subject to...||X-UV||_{\text{Fro}}^2+\alpha||U||_{1,1} \\ \text{subject to...scikit-learn.org/stable/_sources/modules/decomposition.rst.txt -
parametrize_with_checks — scikit-learn 1.7.1 do...
to specify which tests to run: pytest test_check_estimators ....why the check fails. These tests will be marked as xfail if the...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks.... -
Elastic AI Assistant for Observability and Sear...
Test and save the inference pipeline...Assistant uses one of the following text embedding models to run semantic...www.elastic.co/docs/solutions/observability/observability-ai-assistant -
CategoricalNB — scikit-learn 1.7.1 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html -
OutsideSqlTestCommandPlugin (DBFlute Maven Plug...
provides outside-sql-test goal to run outside-sql-test.[sh|bat]. 作成者:...dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/OutsideSqlTestCommandPlug... -
Overview
outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...dbflute.seasar.org/maven/plugin/index.html -
Elasticsearch Guide [8.19] | Elastic
Token graphs Configure text analysis Test an analyzer Configuring...structure API Find text structure API Test Grok pattern Transform...www.elastic.co/guide/en/elasticsearch/reference/8.19/index.html -
Plot Ridge coefficients as a function of the re...
regularization on training and test error Effect of model regularization...regularization on training and test error HuberRegressor vs Ridge...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html -
ハンズオンセクション 8 | DBFlute
引数の値で null は許されない 対応テストメソッド test_updateMemberChangedT_会員が更新されていること()...更新処理後、DB上のデータが更新されていることをアサート test_updateMemberChangedT_排他制御例外が発生すること()...dbflute.seasar.org/ja/tutorial/handson/section08.html -
Quantile regression — scikit-learn 1.7.1 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 -
タイプセーフメール送信 (MailFlute) | LastaFlute
subject to show test environment or not mail.subject.test.prefix = [Test]...[Test] # The common return path of all mail mail.return.path...dbflute.seasar.org/ja/lastaflute/howto/architecture/typesafemail.html -
Getting started: Protect hosts with endpoint th...
To test drive your first deployment,...(EICAR) provides anti malware test files. If your company policy...www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.19/getting-s... -
Improve business outcomes and observability wit...
how to integrate synthetic tests into your existing GitOps workflows....solution The benefits of a global testing infrastructure Easy scripting...www.elastic.co/virtual-events/improve-business-outcomes-and-observability-with-synthetic-monitoring -
ハンズオンセクション 11 | DBFlute
その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section11.html -
RadiusNeighborsClassifier — scikit-learn 1.7.1 ...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html -
sklearn.feature_selection — scikit-learn 1.7.1 ...
pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/api/sklearn.feature_selection.html -
Caching nearest neighbors — scikit-learn 1.7.1 ...
cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
Project Mailing Lists
dbflute.seasar.org/maven/plugin/mail-lists.html -
Issue Tracking
dbflute.seasar.org/maven/plugin/issue-tracking.html -
Roadmap — scikit-learn 1.7.1 documentation
data by implementing a common test. An amputation sample generator...Improve scikit-learn common tests suite to make sure that (at...scikit-learn.org/stable/roadmap.html -
Early stopping in Gradient Boosting — scikit-le...
y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html -
Version 0.19 — scikit-learn 1.7.1 documentation
best_estimator_.transform() instead of self.best_estim...Oli Blum . Enhancements # Our test suite and utils.estimator_c...scikit-learn.org/stable/whats_new/v0.19.html -
Part 19: CSV file crawl
test1 2,title 2,test2 3,title 3,test3 4,title 4,test4 5,title...5,title 5,test5 6,title 6,test6 7,title 7,test7 8,title 8,test8 9,title...fess.codelibs.org/articles/19/document.html -
Regularization path of L1- Logistic Regression ...
regularization on training and test error Effect of model regularization...regularization on training and test error MNIST classification using...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
Friends - IntelliJ | DBFlute
project |-src/main/java |-src/test/java |- ... |- .idea | |-inspectionProfiles...project |-src/main/java |-src/test/java |- ... |- .idea | |-codeStyles...dbflute.seasar.org/ja/manual/topic/friends/intellij/index.html -
testimonials.rst.txt
div:: sk-text-image-grid-large .. div:: text-box Scikit-learn..... div:: sk-text-image-grid-large .. div:: text-box Scikit-learn...scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt -
dbflute-maven-plugin - dbflute:generate
dbflute.seasar.org/maven/plugin/generate-mojo.html -
dbflute-maven-plugin - dbflute:jdbc
dbflute.seasar.org/maven/plugin/jdbc-mojo.html -
grid_search.rst.txt
have identified the best candidate. The best candidate is identified...`factor=2` candidates: the best candidate is the best out of these 2 candidates....scikit-learn.org/stable/_sources/modules/grid_search.rst.txt -
dbflute-maven-plugin - dbflute:sql2entity
dbflute.seasar.org/maven/plugin/ja/sql2entity-mojo.html -
dbflute-maven-plugin - dbflute:replace-schema
dbflute.seasar.org/maven/plugin/ja/replace-schema-mojo.html