- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 1,456 for test (0.12 sec)
-
Permutation Importance with Multicollinear or C...
X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
Probability Calibration for 3-class classificat...
y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
parametrize_with_checks — scikit-learn 1.6.1 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.... -
Technology and Media News | NBC News
breakthroughs Shop TODAY 00:27 DNA testing company 23andMe files for bankruptcy...Amazon Oral Care These editor-tested teeth whitening products actually...www.nbcnews.com/tech-media -
OpenTelemetry Bridge | APM .NET Agent Reference...
var src = new ActivitySource("Test"); using var activity1 = sr...var src = new ActivitySource("Test"); tracer.CaptureTransaction(...www.elastic.co/guide/en/apm/agent/dotnet/current/opentelemetry-bridge.html -
DecisionTreeClassifier — scikit-learn 1.6.1 doc...
splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html -
Probability calibration of classifiers — scikit...
y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
ExtraTreeRegressor — scikit-learn 1.6.1 documen...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... apply ( X , check_input...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
Elastic Observability [8.17] | 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/current/index.html -
4.2. Permutation feature importance — scikit-le...
model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...scikit-learn.org/stable/modules/permutation_importance.html