Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 911 for tests (0.22 sec)

  1. Elastic S3 connector reference | Enterprise Sea...

    Connector testing for more details. To execute a functional test for...Content extraction . End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-s3.html
    Tue Sep 10 20:27:13 UTC 2024
      52.4K bytes
      1 views
      Cache
     
  2. Elastic Zoom connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...Client operations End-to-end Testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-zoom.html
    Tue Sep 10 20:27:13 UTC 2024
      52.9K bytes
      Cache
     
  3. Post-hoc tuning the cut-off point of decision f...

    value_counts () class tested_negative 500 tested_positive 268 Name:..."train_accuracy" , "test_accuracy" , "train_balanced_accuracy" , "test_balanced_accuracy"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Thu Sep 19 14:56:27 UTC 2024
      119.8K bytes
      Cache
     
  4. ClassifierMixin — scikit-learn 1.5.2 documentation

    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.base.ClassifierMixin.html
    Thu Sep 19 14:56:28 UTC 2024
      113.1K bytes
      Cache
      Similar Results (1)
     
  5. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Thu Sep 19 14:56:26 UTC 2024
      94.1K bytes
      Cache
     
  6. preprocessing.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Sep 16 17:00:49 UTC 2024
      53K bytes
     
  7. GraphicalLasso — scikit-learn 1.5.2 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Thu Sep 19 14:56:27 UTC 2024
      136.6K bytes
      Cache
     
  8. DummyClassifier — scikit-learn 1.5.2 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Thu Sep 19 14:56:27 UTC 2024
      141.6K bytes
      Cache
     
  9. SVM Exercise — scikit-learn 1.5.2 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Thu Sep 19 14:56:27 UTC 2024
      91.6K bytes
      Cache
     
  10. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Thu Sep 19 14:56:27 UTC 2024
      270.3K bytes
      Cache
     
Back to top