Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 440 of 851 for test (0.17 sec)

  1. Slashdot: News for nerds, stuff that matters

    final text of the order until yesterday. The final text (PDF)...Some companies have begun testing the arrangement , and say it...
    slashdot.org
    Thu May 09 01:07:08 UTC 2024
      139.7K bytes
      Cache
     
  2. Early stopping in Gradient Boosting — scikit-le...

    y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Wed May 08 07:10:45 UTC 2024
      44.2K bytes
      Cache
     
  3. Building personalized ecommerce search experien...

    market-tested technology that gives development...smoothly in concert with the rest of an ecommerce site, customers...
    www.elastic.co/blog/building-personalized-ecommerce-search-experiences-with-elastic
    Thu May 09 00:35:05 UTC 2024
      507.4K bytes
      Cache
     
  4. sklearn.utils.assert_all_finite — scikit-learn ...

    ( "Test failed: Array contains non-finite values." ) Test failed:...assert_all_finite ( array ) ... print ( "Test passed: Array contains only...
    scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html
    Wed May 08 07:10:46 UTC 2024
      17.1K bytes
      Cache
     
  5. 11 Best Dating Apps For 2023

    also written: 23 Best iPhone Games For 2023 8 Best Authenticator...2023 8 Best Extended Car Warranty Companies of 2023 9 Best Antivirus...
    digg.com/life/dating/best-dating-apps
    Thu May 09 01:15:16 UTC 2024
      415.7K bytes
      Cache
     
  6. sklearn.tree.ExtraTreeClassifier — scikit-learn...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> cls . score ( X_test , y_test ) 0.8947... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Wed May 08 07:10:45 UTC 2024
      95.1K bytes
      Cache
     
  7. sklearn.multioutput.RegressorChain — scikit-lea...

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Wed May 08 07:10:45 UTC 2024
      45.1K bytes
      Cache
     
  8. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Wed May 08 07:10:45 UTC 2024
      34.3K bytes
      Cache
     
  9. sklearn.base.is_classifier — scikit-learn 1.4.2...

    estimator object Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html
    Wed May 08 07:10:45 UTC 2024
      15.3K bytes
      Cache
     
  10. Evaluation of outlier detection estimators — sc...

    reduced using a stratified train_test_split . Furthermore, we set...sklearn.model_selection import train_test_split X , y = fetch_kddcup99...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html
    Wed May 08 07:10:46 UTC 2024
      98.6K bytes
      Cache
     
  11. Elasticsearch Guide [8.13] | Elastic

    Token graphs Configure text analysis Test an analyzer Configuring...synonym rule Text structure APIs Find structure API Test Grok pattern...
    www.elastic.co/guide/en/elasticsearch/reference/current/index.html
    Wed May 08 15:53:00 UTC 2024
      173.6K bytes
      Cache
     
  12. Glossary of Common Terms and API Elements — sci...

    common tests This refers to the tests run on almost every...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/glossary.html
    Wed May 08 07:10:46 UTC 2024
      203.1K bytes
      Cache
     
  13. Customer Support Search for Knowledge Bases & H...

    implementation to testing and maintenance. Read white paper Get best practices...out blog INCREASED CSAT The best service is self‑service Keep...
    www.elastic.co/enterprise-search/customer-support
    Thu May 09 00:05:20 UTC 2024
      598.8K bytes
      Cache
     
  14. scikit-learn Tutorials — scikit-learn 1.4.2 doc...

    Evaluation of the performance on the test set Parameter tuning using grid...data processing Working With Text Data Choosing the right estimator...
    scikit-learn.org/stable/tutorial/index.html
    Wed May 08 07:10:45 UTC 2024
      23.2K bytes
      Cache
     
  15. sklearn.feature_selection.f_classif — scikit-le...

    of regressors that will be tested sequentially. y array-like...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Wed May 08 07:10:46 UTC 2024
      20.6K bytes
      Cache
     
  16. Gaussian Mixture Model Selection — scikit-learn...

    "mean_test_score" ] ] df [ "mean_test_score" ] = - df...estimator are stored in best_parameters_ and best_estimator_ , respectively....
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Wed May 08 07:10:46 UTC 2024
      62.6K bytes
      Cache
     
  17. 1.9. Naive Bayes — scikit-learn 1.4.2 documenta...

    X_test , y_train , y_test = train_test_split ( X ,...: %d " ... % ( X_test . shape [ 0 ], ( y_test != y_pred ) . sum...
    scikit-learn.org/stable/modules/naive_bayes.html
    Wed May 08 07:10:45 UTC 2024
      36.3K bytes
      Cache
     
  18. decomposition.rst.txt

    ||X-UV||_{\text{Fro}}^2+\alpha||V||_{1,1} \\ \text{subject to...||X-UV||_{\text{Fro}}^2+\alpha||U||_{1,1} \\ \text{subject to...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Wed May 08 07:10:46 UTC 2024
      45.8K bytes
     
  19. 7.1. Toy datasets — scikit-learn 1.4.2 document...

    July; 1998 This is a copy of the test set of the UCI ML hand-written...set and different 13 to the test set. 32x32 bitmaps are divided...
    scikit-learn.org/stable/datasets/toy_dataset.html
    Wed May 08 07:10:46 UTC 2024
      44.8K bytes
      Cache
     
  20. MeFi Labs

    played with in this dedicated testing area. Current Experiments Recent...style="display:none"></div> <script type="text/javascript"> !function() { var...
    labs.metafilter.com/
    Wed May 08 00:42:16 UTC 2024
      16.9K bytes
      Cache
     
Back to top