Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 857 for tests (0.1 sec)

  1. class_likelihood_ratios — scikit-learn 1.7.0 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Mon Jun 30 13:50:27 UTC 2025
      122.5K bytes
      Cache
     
  2. CalibrationDisplay — scikit-learn 1.7.0 documen...

    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.calibration.CalibrationDisplay.html
    Mon Jun 30 13:50:28 UTC 2025
      141.4K bytes
      Cache
     
  3. validation_curve — scikit-learn 1.7.0 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Mon Jun 30 13:50:30 UTC 2025
      121.9K bytes
      Cache
     
  4. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Jun 30 13:50:30 UTC 2025
      111.8K bytes
      1 views
      Cache
     
  5. cross_validate — scikit-learn 1.7.0 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Jun 30 13:50:27 UTC 2025
      137.7K bytes
      Cache
     
  6. Elastic Cloud on Kubernetes | Deploy and Orches...

    test, and learn together. The ECK...Enterprise . It’s our battle-tested product — which also powers...
    www.elastic.co/elastic-cloud-kubernetes
    Tue Jul 01 01:13:22 UTC 2025
      582.6K bytes
      Cache
     
  7. minmax_scale — scikit-learn 1.7.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Mon Jun 30 13:50:27 UTC 2025
      115.6K bytes
      Cache
     
  8. PrecisionRecallDisplay — scikit-learn 1.7.0 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Mon Jun 30 13:50:27 UTC 2025
      150K bytes
      Cache
     
  9. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Mon Jun 30 13:50:30 UTC 2025
      115.5K bytes
      Cache
     
  10. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Mon Jun 30 13:50:29 UTC 2025
      122.5K bytes
      Cache
     
Back to top