- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 421 - 440 of 1,341 for test (0.4 sec)
-
Debugging Azure Networking for Elastic Cloud Se...
for the duration of the test. These tests are designed to push the...performance and scalability tests to ensure that our users get...www.elastic.co/observability-labs/blog/debugging-aks-packet-loss -
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 -
Feature transformations with ensembles of trees...
X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.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 -
LarsCV — 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.LarsCV.html -
ハンズオンセクション 2 | DBFlute
Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...dbflute.seasar.org/ja/tutorial/handson/section02.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 -
Nearest Neighbors Classification — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.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 -
Ordinary Least Squares and Ridge Regression Var...
plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html -
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 -
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 -
feed.xml
import { test, expect } from "@playwright/test"; test("homepage...import { test, expect } from "@playwright/test"; test("homepage...www.elastic.co/observability-labs/rss/feed.xml -
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 -
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 -
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 -
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.... -
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 -
DBFluteのEclipseコード補完 | LastaFlute
UTFluteのテストメソッドを補完 (_test) _test (TEST) e.g. UTFluteのテストメソッドを補完 @Java _test .......addOrderBy_${columnName} _test UTFlute, testメソッド補完、Arrange,Act,Assert付き...dbflute.seasar.org/ja/tutorial/eclipse/dfclipsecomp.html -
NuSVR — scikit-learn 1.7.0 documentation
expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html