- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 1,456 for test (0.54 sec)
-
ELSER – Elastic Learned Sparse EncodeR | Machin...
Testing ELSER You can test the deployed model...want to test ELSER on. Provide a search query and click Test . Evaluating...www.elastic.co/guide/en/machine-learning/current/ml-nlp-elser.html -
Class Likelihood Ratios to measure classificati...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
6.1. Pipelines and composite estimators — sciki...
X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...scikit-learn.org/stable/modules/compose.html -
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 -
DummyClassifier — scikit-learn 1.6.1 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html -
StratifiedGroupKFold — scikit-learn 1.6.1 docum...
print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
10. Common pitfalls and recommended practices —...
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/common_pitfalls.html -
Comparing Target Encoder with Other Encoders — ...
"rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html -
ROC Curve with Visualization API — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html -
5. Visualizations — scikit-learn 1.6.1 document...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...scikit-learn.org/stable/visualizations.html