Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 1,116 for test (0.4 sec)

  1. 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 30 01:01:44 UTC 2024
      145.8K bytes
      Cache
     
  2. FixedThresholdClassifier — scikit-learn 1.5.0 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Mon Jun 03 12:46:39 UTC 2024
      146.9K bytes
      Cache
     
  3. f_regression — scikit-learn 1.5.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Mon Jun 03 12:46:40 UTC 2024
      124.2K bytes
      Cache
     
  4. load_iris — scikit-learn 1.5.0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...(ROC) with cross validation Test with permutations the significance...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html
    Mon Jun 03 12:46:40 UTC 2024
      138.4K bytes
      Cache
     
  5. Get started with generative AI free | Elastic

    Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...
    www.elastic.co/cloud/generative-ai-trial-overview
    Tue Jun 04 00:09:18 UTC 2024
      520.8K bytes
      Cache
     
  6. MLPClassifier — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Mon Jun 03 12:46:40 UTC 2024
      164K bytes
      Cache
     
  7. cross_val_score — scikit-learn 1.5.0 documentation

    IterativeImputer Nested versus non-nested cross-validation Nested versus...splitting the dataset into train/test set. Only used in conjunction...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Jun 03 12:46:40 UTC 2024
      130.1K bytes
      Cache
     
  8. 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
    Mon Jun 03 12:46:40 UTC 2024
      205.2K bytes
      Cache
     
  9. feed.xml

    import { test, expect } from "@playwright/test"; test("homepage...import { test, expect } from "@playwright/test"; test("homepage...
    www.elastic.co/observability-labs/rss/feed.xml
    Tue Jun 04 01:06:44 UTC 2024
      1.4M bytes
     
  10. AdaBoostRegressor — scikit-learn 1.5.0 document...

    n_features) Test samples. For some estimators...determine the prediction on a test set after each boost. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Mon Jun 03 12:46:39 UTC 2024
      152.3K bytes
      Cache
     
  11. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Tue May 28 11:51:33 UTC 2024
      14.2K bytes
      1 views
     
  12. Installing the development version of scikit-le...

    Test dependencies # Running tests requires: pytest...scikit-learn project build, test and upload wheel packages for...
    scikit-learn.org/dev/developers/advanced_installation.html
    Mon Jun 03 12:46:39 UTC 2024
      60.6K bytes
      Cache
      Similar Results (1)
     
  13. Accelerate DevOps transformation with Elastic O...

    or A/B testing. Plus, you can use the annotation...determine if the issue uncovered in test is already in prod. Track log...
    www.elastic.co/observability/devops
    Tue Jun 04 00:50:24 UTC 2024
      488.4K bytes
      Cache
     
  14. 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 Jun 04 01:07:06 UTC 2024
      522.5K bytes
      Cache
     
  15. Getting started with the Elastic AI Assistant f...

    Click the Save & test button to create the connector....confirmation that the connector test was successful. Add an example...
    www.elastic.co/observability-labs/blog/elastic-ai-assistant-observability-amazon-bedrock
    Tue Jun 04 01:04:14 UTC 2024
      108.9K bytes
      Cache
     
  16. 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
    Mon Jun 03 12:46:40 UTC 2024
      138.2K bytes
      Cache
     
  17. OAS — scikit-learn 1.5.0 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.OAS.html
    Mon Jun 03 12:46:39 UTC 2024
      143.3K bytes
      Cache
     
  18. 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...
    Mon Jun 03 12:46:40 UTC 2024
      160.6K bytes
      Cache
     
  19. KNeighborsRegressor — scikit-learn 1.5.0 docume...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Mon Jun 03 12:46:39 UTC 2024
      157.3K bytes
      Cache
     
  20. StackingClassifier — scikit-learn 1.5.0 documen...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Mon Jun 03 12:46:40 UTC 2024
      168.5K bytes
      Cache
     
Back to top