Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 1,451 for test (0.28 sec)

  1. 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
    Sat Apr 19 00:31:22 UTC 2025
      162.2K bytes
      Cache
     
  2. 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
    Sat Apr 19 00:31:20 UTC 2025
      104.9K bytes
      Cache
     
  3. 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
    Sat Apr 19 00:31:22 UTC 2025
      96.8K bytes
      Cache
     
  4. 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
    Sat Apr 19 00:31:22 UTC 2025
      62.9K bytes
      Cache
     
  5. 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
    Sat Apr 19 00:31:20 UTC 2025
      186.1K bytes
      Cache
     
  6. 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
    Sat Apr 19 00:31:21 UTC 2025
      135.3K bytes
      Cache
     
  7. 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
    Sat Apr 19 00:31:22 UTC 2025
      124.6K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:22 UTC 2025
      122.2K bytes
      Cache
     
  9. 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
    Sat Apr 19 00:31:22 UTC 2025
      130.9K bytes
      2 views
     
  10. 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
    Sat Apr 19 00:31:21 UTC 2025
      107.1K bytes
      Cache
     
Back to top