Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,619 for test (0.1 sec)

  1. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. predict_joint_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Thu Mar 28 16:05:58 UTC 2024
      66.4K bytes
      Cache
     
  2. sklearn.neighbors.NearestCentroid — scikit-lear...

    with test samples classified to the class...classification on an array of test vectors X . score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Thu Mar 28 16:05:57 UTC 2024
      43.1K bytes
      Cache
     
  3. sklearn.model_selection.KFold — scikit-learn 1....

    estimates Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Thu Mar 28 16:05:58 UTC 2024
      34.1K bytes
      Cache
     
  4. sklearn.model_selection.ValidationCurveDisplay ...

    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
    Thu Mar 28 16:05:58 UTC 2024
      53.7K bytes
      Cache
     
  5. Model Selection — scikit-learn 1.4.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Thu Mar 28 16:05:57 UTC 2024
      25.1K bytes
      Cache
     
  6. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      10K bytes
     
  7. Putting it all together — scikit-learn 1.4.1 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Thu Mar 28 16:05:58 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  8. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Fri Mar 29 00:03:55 UTC 2024
      721.1K bytes
      Cache
     
  9. sklearn.neighbors.KNeighborsClassifier — scikit...

    probability estimates for the test data X. score (X, y[, sample_weight])...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      68.7K bytes
      Cache
     
  10. sklearn.ensemble.AdaBoostClassifier — scikit-le...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      74K bytes
      Cache
     
Back to top