Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 1,438 for test (1.19 sec)

  1. AdaBoostClassifier — scikit-learn 1.6.1 documen...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Thu Apr 10 21:02:04 UTC 2025
      160.9K bytes
      Cache
     
  2. KNeighborsClassifier — scikit-learn 1.6.1 docum...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Apr 10 21:02:05 UTC 2025
      157.1K bytes
      Cache
     
  3. TunedThresholdClassifierCV — scikit-learn 1.6.1...

    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
    Thu Apr 10 21:02:04 UTC 2025
      149.4K bytes
      Cache
     
  4. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Thu Apr 10 21:02:03 UTC 2025
      7.8K bytes
     
  5. validation_curve — scikit-learn 1.6.1 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
    Thu Apr 10 21:02:05 UTC 2025
      121.1K bytes
      Cache
     
  6. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Wed Apr 09 14:13:00 UTC 2025
      1.6M bytes
      6 views
     
  7. Feature Selection — scikit-learn 1.6.1 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Thu Apr 10 21:02:03 UTC 2025
      76.9K bytes
      Cache
     
  8. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Thu Apr 10 21:02:05 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  9. LearningCurveDisplay — scikit-learn 1.6.1 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Thu Apr 10 21:02:04 UTC 2025
      144.9K bytes
      Cache
     
  10. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Thu Apr 10 21:02:03 UTC 2025
      4.8K bytes
      1 views
     
Back to top