- Sort Score
- Result 50 results
- Languages All
- Labels All
Results 351 - 400 of 1,326 for test (0.29 sec)
-
GraphicalLasso — scikit-learn 1.7.0 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.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 -
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 -
Apparel | Clothing, Fashion, Footwear and More ...
NBC News The 50+ best white t-shirts tested and ranked, according...Birnbaum / NBC News The 50 best leggings tested and ranked, according...www.nbcnews.com/select/explore/apparel -
Understanding the decision tree structure — sci...
X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html -
fetch_20newsgroups — scikit-learn 1.7.0 documen...
‘test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
Comparison between grid search and successive h...
is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
UTFluteのセットアップ | DBFlute
@Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html -
Older Versions — scikit-learn 1.7.0 documentation
Arguments n_test and n_train are deprecated and renamed to test_size...preprocessor / analyzer nested structure for text feature extraction...scikit-learn.org/stable/whats_new/older_versions.html -
parametrize_with_checks — scikit-learn 1.7.0 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.... -
Release Highlights for scikit-learn 1.4 — sciki...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
8.2. Real world datasets — scikit-learn 1.7.0 d...
newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...scikit-learn.org/stable/datasets/real_world.html -
Swaggerの環境セットアップ | LastaFlute
実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html -
CategoricalNB — scikit-learn 1.7.0 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 -
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 -
Cosmic Dawn: NASA Documentary on the James Webb...
while we were testing the instruments in cryo-vac....travel all over America for tests, making sure the cameras worked,...www.metafilter.com/209182/Cosmic-Dawn-NASA-Documentary-on-the-James-Webb-Space-Telescope -
Version 0.13 — scikit-learn 1.7.0 documentation
train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...scikit-learn.org/stable/whats_new/v0.13.html -
ハンズオンニュース | DBFlute
-- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...With - Text Editor" で開いて修正します。ただし、その後ダブルクリックしても Text Editor ...dbflute.seasar.org/ja/tutorial/handson/news.html -
RidgeCV — scikit-learn 1.7.0 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
Partial Dependence and Individual Conditional E...
( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.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 -
Pipeline ANOVA SVM — scikit-learn 1.7.0 documen...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html -
LogisticRegressionCV — scikit-learn 1.7.0 docum...
scoring option on the given test data and labels. Parameters...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html -
ハンズオンセクション 11 | DBFlute
その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section11.html -
Logistic function — scikit-learn 1.7.0 document...
plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html -
ハンズオンセクション 9 | DBFlute
引数の値で null は許されない 対応テストメソッド test_letsOutside_会員が検索されること() 会員名称が...(区分値メソッドを使う、select句にカラムを追加してもOK) test_letsOutside_条件値なしで全件検索されること()...dbflute.seasar.org/ja/tutorial/handson/section09.html -
Using Anomaly Detection in Elastic Cloud to Ide...
“Card Testing”, which is when a malicious actor tests to see...called “Card Testing” where a malicious actor tests a batch of...www.elastic.co/observability-labs/blog/anomaly-detection-to-identify-fraud -
Trump military parade live updates: D.C. onlook...
“This is a huge challenge and a test for our democracy, and now we...the U.S. Military Academy at West Point, to see the parade. Trimble,...www.nbcnews.com/politics/trump-administration/live-blog/trump-military-parade-protests-live-updat... -
12.1. Array API support (experimental) — scikit...
train_test_split utils.check_consistent_length...checks as part of the common tests to verify that the estimators’...scikit-learn.org/stable/modules/array_api.html -
ハンズオンセクション 12 | DBFlute
でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...dbflute.seasar.org/ja/tutorial/handson/section12.html -
Select | Deals, Tips and Product Reviews | Sele...
July 4th sales Best deals Best deals on Amazon Best deals at Lowe's...Bath What’s the best shower cleaner? We tested 11+ to find out...www.nbcnews.com/select -
GaussianProcessClassifier — scikit-learn 1.7.0 ...
{‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html -
f_regression — scikit-learn 1.7.0 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
1.16. Probability calibration — scikit-learn 1....
test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...scikit-learn.org/stable/modules/calibration.html -
9.3. Parallelism, resource management, and conf...
sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...scikit-learn.org/stable/computing/parallelism.html -
7.4. Imputation of missing values — scikit-lear...
X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...scikit-learn.org/stable/modules/impute.html -
Restricted Boltzmann Machine features for digit...
X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html -
5.2. Permutation feature importance — scikit-le...
model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...scikit-learn.org/stable/modules/permutation_importance.html -
LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute
[App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html -
Dalai Lama confirms he will have a successor af...
This could be a real test of Beijing’s powers of persuasion...increasingly migrating to the West in search of stability and opportunity....www.bbc.com/news/live/cq6mmq703ryt -
RadiusNeighborsRegressor — scikit-learn 1.7.0 d...
or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
Model Complexity Influence — scikit-learn 1.7.0...
X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html -
plot_release_highlights_1_7_0.zip
y_val = train_test_split(X, y, test_size=0.2, random_state=0)...y_train, y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0... -
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/ -
fetch_20newsgroups_vectorized — scikit-learn 1....
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
Tags — scikit-learn 1.7.0 documentation
_skip_test bool, default=False Whether to skip common tests entirely....requires_fit: bool = True , _skip_test: bool = False , input_tags:...scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html -
OLX delivers trusted trading platforms with Ela...
initial testing within their AWS account, and the tests proved...downloading the Elastic Stack and testing the functionality of Elastic’s...www.elastic.co/customers/olx-delivers-trusted-trading-platforms-with-elastic-cloud-on-aws -
javatry (じゃゔぁとらい) | DBFlute
public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...dbflute.seasar.org/ja/tutorial/javatry/index.html -
ハンズオンセクション 2 | DBFlute
Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...dbflute.seasar.org/ja/tutorial/handson/section02.html -
Lasta Di (DIコンテナ) | DBFlute
switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...dbflute.seasar.org/ja/lastaflute/lastadi/index.html