- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 1,829 for test (0.17 sec)
-
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 -
Evaluation of outlier detection estimators — sc...
reduced using a stratified train_test_split . Furthermore, we set...sklearn.model_selection import train_test_split X , y = fetch_kddcup99...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
Elastic contributes its Universal Profiling age...
development phase or under controlled test conditions, continuous profiling...During this phase, users can test early preview versions of the...www.elastic.co/observability-labs/blog/elastic-profiling-agent-acceptance-opentelemetry -
RadiusNeighborsRegressor — scikit-learn 1.7.dev...
or None Test samples. If None , predictions...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/dev/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
Microsoft's Controversial 'Recall' Feature is A...
Recall binaries on disk while we test add/remove. In a future update...by writes: Microsoft hasn't tested the underpinnings for long...tech.slashdot.org/story/24/11/24/2325257/microsofts-controversial-recall-feature-is-already-exper... -
1.10. Decision Trees — scikit-learn 1.6.0 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 -
Version 0.20 — scikit-learn 1.6.0 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 -
Run Elasticsearch locally | Elasticsearch Guide...
Docker for local development or testing, using the start-local script...file. This setup is for local testing only. HTTPS is disabled, and...www.elastic.co/guide/en/elasticsearch/reference/current/run-elasticsearch-locally.html -
org.seasar.dbflute.maven.plugin (DBFlute Maven ...
provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/package-summary.html -
check_cv — scikit-learn 1.6.0 documentation
test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html