- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 857 for tests (0.24 sec)
-
1.6. Nearest Neighbors — scikit-learn 1.7.0 doc...
X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...scikit-learn.org/stable/modules/neighbors.html -
Get started with generative AI free | Elastic
Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...www.elastic.co/cloud/generative-ai-trial-overview -
Image denoising using kernel PCA — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
Elastic Observability Labs
www.elastic.co/observability-labs/blog/tag/genai -
Saint-Gobain optimizes log analysis, adopts obs...
www.elastic.co/customers/saint-gobain -
Elastic Observability Labs
www.elastic.co/observability-labs/blog/tag/opentelemetry -
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 -
GradientBoostingClassifier — scikit-learn 1.7.0...
X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913 apply ( X ) [source]...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.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 -
LeavePOut — scikit-learn 1.7.0 documentation
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html