- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 1,451 for test (0.28 sec)
-
MultiTaskLassoCV — scikit-learn 1.6.1 documenta...
test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
Multilabel classification using a classifier ch...
X_test , Y_train , Y_test = train_test_split ( X ,...predict ( X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
Pipelining: chaining a PCA and a logistic regre...
errorbar ( best_clfs [ components_col ], best_clfs [ "mean_test_score"...ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html -
1.16. Probability calibration — scikit-learn 1....
test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...scikit-learn.org/stable/modules/calibration.html -
Column Transformer with Mixed Types — scikit-le...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) : .3f } " ) accuracy of the best model...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
DetCurveDisplay — scikit-learn 1.6.1 documentation
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html -
StratifiedKFold — scikit-learn 1.6.1 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.StratifiedKFold.html -
Species distribution modeling — scikit-learn 1....
"ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
model_evaluation.rst.txt
ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt -
Early stopping of Stochastic Gradient Descent —...
y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html