Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 800 for test (0.1 sec)

  1. 6.3. Preprocessing data — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Wed May 22 15:20:08 UTC 2024
      205.2K bytes
      Cache
     
  2. OutputCodeClassifier — scikit-learn 1.5.0 docum...

    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.multiclass.OutputCodeClassifier.html
    Wed May 22 15:20:10 UTC 2024
      138.2K bytes
      Cache
     
  3. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Thu May 23 00:05:52 UTC 2024
      476K bytes
      Cache
     
  4. ElasticNet — scikit-learn 1.5.0 documentation

    Train error vs Test error Train error vs Test error Fitting an...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Wed May 22 15:20:10 UTC 2024
      174.5K bytes
      Cache
     
  5. DummyRegressor — scikit-learn 1.5.0 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.DummyRegressor.html
    Wed May 22 15:20:08 UTC 2024
      146.4K bytes
      Cache
     
  6. Elastic Observability monitors metrics for Goog...

    import { test , expect } from "@playwright/test" ; test ( "homepage...Update the Project Id input text box to be your Google Cloud...
    www.elastic.co/observability-labs/blog/observability-monitors-metrics-google-cloud
    Thu May 23 00:56:41 UTC 2024
      145.8K bytes
      Cache
     
  7. 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
    Tue May 21 18:58:18 UTC 2024
      121.2K bytes
      2 views
     
  8. GaussianNB — scikit-learn 1.5.0 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Wed May 22 15:20:08 UTC 2024
      160.9K bytes
      Cache
     
  9. MLPRegressor — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed May 22 15:20:10 UTC 2024
      156.2K bytes
      Cache
     
  10. LinearDiscriminantAnalysis — scikit-learn 1.5.0...

    n_features) Array of samples (test vectors). Returns : C ndarray...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Wed May 22 15:20:10 UTC 2024
      160.6K bytes
      Cache
     
Back to top