Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 40 of 122 for test (0.14 sec)

  1. 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
    Mon Jun 10 22:40:14 UTC 2024
      14.2K bytes
      1 views
     
  2. Elastic contributes its Universal Profiling age...

    development phase or under controlled test conditions, continuous profiling...During this phase, users can test early preview versions of the...
    www.elastic.co/observability-labs/blog/elastic-profiling-agent-acceptance-opentelemetry
    Tue Jun 11 00:07:40 UTC 2024
      62.5K bytes
      Cache
     
  3. Accelerating Elastic detection tradecraft with ...

    json test files, that included the essential...various model parameters Create a test suite to validate our results...
    www.elastic.co/security-labs/accelerating-elastic-detection-tradecraft-with-llms
    Tue Jun 11 01:09:20 UTC 2024
      80K bytes
      Cache
     
  4. 7.4. Loading other datasets — scikit-learn 1.5....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Mon Jun 10 22:40:15 UTC 2024
      65.9K bytes
      Cache
     
  5. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Mon Jun 10 22:40:13 UTC 2024
      92.6K bytes
      Cache
     
  6. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Mon Jun 10 22:40:15 UTC 2024
      72.4K bytes
      Cache
     
  7. 3.3. Tuning the decision threshold for class pr...

    cost of further diagnostic tests. Consequently, when it comes...to an internal single train-test split. The option cv="prefit"...
    scikit-learn.org/stable/modules/classification_threshold.html
    Mon Jun 10 22:40:13 UTC 2024
      52.8K bytes
      Cache
     
  8. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...Then its predictions on the test subset are used to fit a calibrator...
    scikit-learn.org/stable/modules/calibration.html
    Mon Jun 10 22:40:15 UTC 2024
      66.4K bytes
      Cache
     
  9. Elastic's RAG-based AI Assistant: Analyze appli...

    Test and save the inference pipeline...
    www.elastic.co/observability-labs/blog/elastic-rag-ai-assistant-application-issues-llm-github
    Tue Jun 11 01:04:42 UTC 2024
      92.4K bytes
      Cache
     
  10. 2.1. Gaussian mixture models — scikit-learn 1.5...

    Given test data, it can assign to each...
    scikit-learn.org/stable/modules/mixture.html
    Mon Jun 10 22:40:15 UTC 2024
      64.8K bytes
      Cache
     
  11. 3.5. Validation curves: plotting scores to eval...

    compute the score on another test set. However, it is sometimes...that the first estimator can at best provide only a poor fit to the...
    scikit-learn.org/stable/modules/learning_curve.html
    Mon Jun 10 22:40:15 UTC 2024
      55.8K bytes
      Cache
     
  12. The Elastic AI Assistant for Observability esca...

    test the Slackbot, or have fun with...course, I want to also credit the rest of the development team for...
    www.elastic.co/observability-labs/blog/elastic-ai-assistant-observability-escapes-kibana
    Tue Jun 11 01:04:53 UTC 2024
      94.5K bytes
      Cache
     
  13. 1.7. Gaussian Processes — scikit-learn 1.5.0 do...

    = noise\_level \text{ if } x_i == x_j \text{ else } 0\] 1.7.4.2....probabilistic classification, where test predictions take the form of...
    scikit-learn.org/stable/modules/gaussian_process.html
    Mon Jun 10 22:40:13 UTC 2024
      88.4K bytes
      Cache
     
  14. MetaFilter | Community Weblog

    analysis is a first step in testing the theory that infectious...you do? Do they need a corvid test ? June 9 MonkeyToes posted Tiny...
    www.metafilter.com/
    Tue Jun 11 00:41:50 UTC 2024
      81.1K bytes
      2 views
      Cache
     
  15. 8.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Mon Jun 10 22:40:14 UTC 2024
      65.8K bytes
      Cache
     
  16. 2.6. Covariance estimation — scikit-learn 1.5.0...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Mon Jun 10 22:40:14 UTC 2024
      64.7K bytes
      Cache
     
  17. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Mon Jun 10 00:47:01 UTC 2024
      71.8K bytes
      Cache
     
  18. FanFare

    ingredients as they can in a blind taste test. For the Elimination Challenge,...style="display:none"></div> <script type="text/javascript"> !function() { var...
    fanfare.metafilter.com
    Mon Jun 10 00:46:28 UTC 2024
      74.7K bytes
      1 views
      Cache
     
  19. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Jun 10 22:40:15 UTC 2024
      95.5K bytes
      Cache
     
  20. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/stable/computing/parallelism.html
    Mon Jun 10 22:40:14 UTC 2024
      66.2K bytes
      Cache
     
Back to top