- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1331 - 1340 of 2,219 for text (0.13 sec)
-
plot_multi_metric_evaluation.py
``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``, etc...)...style in (("train", "--"), ("test", "-")): sample_score_mean =...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
LedoitWolf — scikit-learn 1.5.2 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html -
Partial Dependence and Individual Conditional E...
( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html -
ValidationCurveDisplay — scikit-learn 1.5.2 doc...
test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
TunedThresholdClassifierCV — scikit-learn 1.5.2...
X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
Overview of multiclass training meta-estimators...
"DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html -
9. Model persistence — scikit-learn 1.5.2 docum...
the next question is: Do you absolutely...sess . run ( None , { "X" : X_test . astype ( numpy . float32 )})[...scikit-learn.org/stable/model_persistence.html -
Pipeline ANOVA SVM — scikit-learn 1.5.2 documen...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html -
8.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/dev/computing/parallelism.html -
Common pitfalls in the interpretation of coeffi...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html