Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 555 for tests (0.11 sec)

  1. What is Cybersecurity? | A Comprehensive Securi...

    and testing security features within applications...security measures. Penetration testing: Regularly performing internal...
    www.elastic.co/what-is/cybersecurity
    Tue May 07 00:38:21 UTC 2024
      422.3K bytes
      Cache
     
  2. Elastic (ELK) Stack features list | Elastic

    you can also test out Platinum features such as..."message" : { "query" : "this is a test", "operator" : "and" } } } }...
    www.elastic.co/elastic-stack/features
    Tue May 07 00:36:30 UTC 2024
      871.1K bytes
      2 views
      Cache
     
  3. 3.3. Metrics and scoring: quantifying the quali...

    ratio (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon May 06 15:50:58 UTC 2024
      351.3K bytes
      Cache
     
  4. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Mon May 06 15:51:00 UTC 2024
      94.2K bytes
      Cache
     
  5. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Mon May 06 15:51:00 UTC 2024
      83K bytes
      Cache
     
  6. Kernel PCA — scikit-learn 1.4.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Mon May 06 15:50:59 UTC 2024
      44.1K bytes
      Cache
     
  7. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Mon May 06 15:51:01 UTC 2024
      115.7K bytes
      Cache
     
  8. sklearn.model_selection.PredefinedSplit — sciki...

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon May 06 15:50:58 UTC 2024
      26.6K bytes
      Cache
     
  9. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Mon May 06 15:51:01 UTC 2024
      77K bytes
      Cache
     
  10. Faces recognition example using eigenfaces and ...

    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/auto_examples/applications/plot_face_recognition.html
    Mon May 06 15:50:59 UTC 2024
      50K bytes
      Cache
     
Back to top