Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 260 of 1,345 for test (0.13 sec)

  1. SGDRegressor — scikit-learn 1.7.0 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Mon Jun 30 13:50:27 UTC 2025
      168.8K bytes
      Cache
     
  2. Elastic accelerates SIEM data onboarding with A...

    Import makes building and testing custom data integrations easier,...Import then iteratively builds, tests, and tweaks a custom ingest...
    www.elastic.co/blog/automatic-import-ai-data-integration-builder
    Tue Jul 01 00:07:59 UTC 2025
      539.3K bytes
      Cache
     
  3. How we hire | Elastic

    make sure to test your internet connection, sound,...a good match. In hiring the best Elasticians we can, we recognize...
    www.elastic.co/careers/how-we-hire
    Tue Jul 01 00:10:33 UTC 2025
      572.6K bytes
      Cache
     
  4. 3.5. Validation curves: plotting scores to eval...

    regularization on training and test error Plotting Learning Curves...compute the score on another test set. However, it is sometimes...
    scikit-learn.org/stable/modules/learning_curve.html
    Mon Jun 30 13:50:28 UTC 2025
      51.3K bytes
      Cache
     
  5. EmpiricalCovariance — scikit-learn 1.7.0 docume...

    : 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.EmpiricalCovariance.html
    Mon Jun 30 13:50:28 UTC 2025
      131.2K bytes
      Cache
     
  6. 2.1. Gaussian mixture models — scikit-learn 1.7...

    Given test data, it can assign to each...
    scikit-learn.org/stable/modules/mixture.html
    Mon Jun 30 13:50:30 UTC 2025
      58.5K bytes
      Cache
     
  7. Sean 'Diddy' Combs live updates: Prosecution ex...

    asked about text messages Combs sent. In one text, Combs' Chief...the sex worker to take a PCR test , harkening back to an era when...
    www.nbcnews.com/news/us-news/live-blog/sean-diddy-combs-live-updates-prosecution-expected-rest-ca...
    Tue Jun 24 00:58:51 UTC 2025
      877.1K bytes
      Cache
     
  8. ensemble.rst.txt

    mean_squared_error(y_test, est.predict(X_test)) 5.00 >>> _ = est.set_para...to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      72K bytes
     
  9. Elasticsearch Serverless is in technical previe...

    and test your client. Ingest data and...Search Labs is your source for best practices and announcements...
    www.elastic.co/blog/elasticsearch-serverless-preview
    Tue Jul 01 00:46:03 UTC 2025
      529.9K bytes
      1 views
      Cache
     
  10. PoissonRegressor — scikit-learn 1.7.0 documenta...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Mon Jun 30 13:50:27 UTC 2025
      139.8K bytes
      Cache
     
  11. Chat Leap's no-code AI chatbots enabled by Elas...

    Elastic was also put to the test during the football world championship...includes features that blend the best of vector search with traditional...
    www.elastic.co/customers/chatleap
    Tue Jul 01 00:39:20 UTC 2025
      450.2K bytes
      Cache
     
  12. Trust Center - Frequently Asked Questions | Ela...

    and services that have been tested in a real production environment...dependencies . Are penetration tests performed against the product?...
    www.elastic.co/trust/faq
    Tue Jul 01 01:18:52 UTC 2025
      433.4K bytes
      Cache
     
  13. Application performance monitoring (APM) with E...

    and flaky tests with Elastic contributed open...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/application-performance-monitoring
    Tue Jul 01 00:06:20 UTC 2025
      553.8K bytes
      Cache
     
  14. Lasso — scikit-learn 1.7.0 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Mon Jun 30 13:50:27 UTC 2025
      167.4K bytes
      Cache
     
  15. 1.4. Support Vector Machines — scikit-learn 1.7...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Mon Jun 30 13:50:27 UTC 2025
      125.4K bytes
      Cache
     
  16. StackingClassifier — scikit-learn 1.7.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 30 13:50:27 UTC 2025
      158.9K bytes
      Cache
     
  17. What Zohran Mamdani's rise in New York City mea...

    election was far from a clear test case for any single one of those...argued his pragmatism would best meet the moment; a 33-year-old...
    www.nbcnews.com/politics/elections/zohran-mamdanis-rise-new-york-city-means-democratic-party-nati...
    Fri Jun 27 01:06:18 UTC 2025
      432.6K bytes
      Cache
     
  18. fess lastadoc

    dfmail Test Mail TestmailPostcard 1 crawler.dfmail...String testmail.dfmail Title: Test Mail Class: org.codelibs.fe...
    fess.codelibs.org/lastadoc-fess.html
    Sat Jun 28 09:12:22 UTC 2025
      2.3M bytes
      8 views
      Cache
     
  19. MLPClassifier — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Mon Jun 30 13:50:28 UTC 2025
      166.3K bytes
      Cache
     
  20. KNNImputer — scikit-learn 1.7.0 documentation

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Mon Jun 30 13:50:30 UTC 2025
      133.6K bytes
      Cache
     
Back to top