- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 581 - 600 of 1,277 for test (0.54 sec)
-
LabelPropagation — scikit-learn 1.7.2 documenta...
n_features) Test samples. y array-like of shape...simple estimators as well as on nested objects (such as Pipeline )....scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html -
LassoLars — scikit-learn 1.7.2 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html -
1.10. Decision Trees — scikit-learn 1.7.2 docum...
validate a model using statistical tests. That makes it possible to account...= 0 ) . fit ( X , y ) >>> X_test = np . array ([ np . nan ])...scikit-learn.org/stable/modules/tree.html -
f_classif — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html -
Recursive feature elimination with cross-valida...
"mean_test_score" , "std_test_score" ] } cv_results...[ "mean_test_score" ], yerr = cv_results [ "std_test_score" ],...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html -
Map data to a normal distribution — scikit-lear...
X_test = train_test_split ( X , test_size = 0.5 )...sklearn.model_selection import train_test_split from sklearn.preprocessing...scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html -
additionalTableMap | DBFlute
map:{ ; columnMap = map:{ ; TEST_ID = map:{ type = INTEGER ;...true ; autoIncrement = true } ; TEST_NAME = map:{ type = VARCHAR...dbflute.seasar.org/ja/manual/reference/dfprop/additionaltable/index.html -
ハンズオンセクション 6 | DBFlute
UnitContainerTestCas { public void test_ ... () { // _testで補完 ... } } テストクラスで...グが出力されていたかと思います。 これは、既に src/test/resources 配下に log4j.properties...dbflute.seasar.org/ja/tutorial/handson/section06.html -
Introducing Elasticsearch Relevance Engine (ESR...
Engine combines the best of AI with Elastic’s text search. ESRE gives...(ESRE) combines the best of AI with Elastic’s text search. It gives...www.elastic.co/search-labs/blog/introducing-elasticsearch-relevance-engine-esre -
Probabilistic predictions with Gaussian process...
according to the log-loss on test data. The figure shows that...train_size :], c = "g" , label = "Test data" , edgecolors = ( 0 , 0...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html -
DensityMixin — scikit-learn 1.7.2 documentation
n_features) Test samples. y Ignored Not used,...scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html -
Elastic Observability [8.19] | Elastic
Write a synthetic test Write a synthetic test to check critical...browser monitors Write a synthetic test Configure individual monitors...www.elastic.co/guide/en/observability/8.19/index.html -
Combine predictors using stacking — scikit-lear...
mean ( scores [ f 'test_ { value } ' ])) : .2f } +-...f " { np . std ( scores [ f 'test_ { value } ' ]) : .2f } " )...scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html -
Version 0.20 — scikit-learn 1.7.2 documentation
text.CountVectorizer and other text vectorizers could...feature_extraction.text.CountVectorizer , feature_extraction.text.TfidfVectorizer...scikit-learn.org/stable/whats_new/v0.20.html -
Monitor AWS Network Firewall logs | Elastic Docs
www.elastic.co/docs/solutions/observability/cloud/monitor-aws-network-firewall-logs -
assert_all_finite — scikit-learn 1.7.2 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 -
OrdinalEncoder — scikit-learn 1.7.2 documentation
fit ( X_train ) >>> X_test = np . array ([[ "a" ], [ "b"...object ) >>> enc . transform ( X_test ) array([[2.], [0.], [1.], [2.],...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html -
set_config — scikit-learn 1.7.2 documentation
If ‘text’, estimators will be displayed as text. Global default:...for easier benchmarking and testing of scikit-learn internals....scikit-learn.org/stable/modules/generated/sklearn.set_config.html -
ExtraTreeClassifier — scikit-learn 1.7.2 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> cls . score ( X_test , y_test ) 0.8947 apply ( X , check_input...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html -
Selecting dimensionality reduction with Pipelin...
cv_results_ [ "mean_test_score" ]) # scores are in the...nan return_train_score False best_estimator_: Pipeline MinMaxScaler...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html