Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 200 of 874 for test (0.13 sec)

  1. sklearn.linear_model.BayesianRidge — scikit-lea...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Sun May 19 20:00:39 UTC 2024
      63K bytes
      Cache
     
  2. sklearn.ensemble.BaggingRegressor — scikit-lear...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Sun May 19 20:00:39 UTC 2024
      59.4K bytes
      Cache
     
  3. 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
    Sun May 19 20:00:39 UTC 2024
      43.3K bytes
      Cache
     
  4. 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
    Mon May 20 00:59:42 UTC 2024
      94.3K bytes
      Cache
     
  5. sklearn.decomposition.MiniBatchDictionaryLearni...

    n_features) Test data to be transformed, must...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Sun May 19 20:00:39 UTC 2024
      61.6K bytes
      Cache
     
  6. sklearn.tree.DecisionTreeRegressor — scikit-lea...

    splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html
    Sun May 19 20:00:39 UTC 2024
      88.7K bytes
      Cache
     
  7. sklearn.ensemble.VotingRegressor — scikit-learn...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Sun May 19 20:00:39 UTC 2024
      65K bytes
      Cache
     
  8. Ask MetaFilter

    like to transition to become a Test automation engineer but need...yet on Tuesday night. I'm testing negative and have no symptoms....
    ask.metafilter.com
    Mon May 20 00:41:57 UTC 2024
      80.2K bytes
      Cache
     
  9. v1.3.rst.txt

    and test curves by default. You can set `score_type="test"` to...`return_indices` to return the train-test indices of each cv split. :pr:`25659`...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Sun May 19 20:00:39 UTC 2024
      44.2K bytes
     
  10. sklearn.cross_decomposition.PLSRegression — sci...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Sun May 19 20:00:39 UTC 2024
      75.7K bytes
      Cache
     
  11. Build better Service Level Objectives (SLOs) fr...

    learn about OpenTelemetry and test out Observability features is...service is up properly. The best way is to ensure that all h...
    www.elastic.co/observability-labs/blog/service-level-objectives-slos-logs-metrics
    Mon May 20 01:00:21 UTC 2024
      91.3K bytes
      Cache
     
  12. sklearn.linear_model.Ridge — scikit-learn 1.4.2...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Sun May 19 20:00:39 UTC 2024
      64.5K bytes
      Cache
     
  13. Firstyear's blog-a-log

    reference implementation to test against. I can not understate...
    fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/
    Fri Apr 26 23:45:31 UTC 2024
      16.2K bytes
      Cache
     
  14. FanFare

    X-Men’s dream is put to the test as mutant-human relations reach...style="display:none"></div> <script type="text/javascript"> !function() { var...
    fanfare.metafilter.com
    Mon May 20 00:42:06 UTC 2024
      73.1K bytes
      1 views
      Cache
     
  15. sklearn.impute.IterativeImputer — scikit-learn ...

    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.IterativeImputer.html
    Sun May 19 20:00:39 UTC 2024
      61.8K bytes
      Cache
     
  16. sklearn.cross_decomposition.CCA — scikit-learn ...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Sun May 19 20:00:39 UTC 2024
      73.5K bytes
      Cache
     
  17. 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
    Sun May 19 20:00:39 UTC 2024
      94.2K bytes
      Cache
     
  18. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Sun May 19 20:00:39 UTC 2024
      42K bytes
      Cache
     
  19. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Sun May 19 20:00:38 UTC 2024
      91.7K bytes
      Cache
     
  20. 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
    Fri May 17 00:43:50 UTC 2024
      72.9K bytes
      Cache
     
Back to top