Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 300 of 1,652 for test (0.16 sec)

  1. 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
    Tue May 14 20:49:03 UTC 2024
      94.2K 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
    Tue May 14 20:49:02 UTC 2024
      59.4K bytes
      Cache
     
  3. 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
    Tue May 14 20:49:03 UTC 2024
      63K bytes
      Cache
     
  4. Analyzing online search relevance metrics with ...

    sophisticated tools such as A/B testing and result interleaving to...API in Elasticsearch blog post Test-Driven Relevance Tuning of Elasticsearch...
    www.elastic.co/blog/analyzing-online-search-relevance-metrics-with-the-elastic-stack
    Wed May 15 00:32:32 UTC 2024
      373.9K bytes
      Cache
     
  5. sklearn.svm.SVR — scikit-learn 1.4.2 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Tue May 14 20:49:02 UTC 2024
      58.1K bytes
      Cache
     
  6. sklearn.gaussian_process.GaussianProcessRegress...

    n_features) Test samples. For some estimators...theta .... # Returned are the best found hyperparameters theta...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Tue May 14 20:49:02 UTC 2024
      72.2K bytes
      Cache
     
  7. Poll: Election interest hits new low in tight B...

    points in a five-way ballot test including Kennedy and other...the previous survey, as Biden bests Trump on the issues of abortion...
    www.nbcnews.com/politics/2024-election/poll-biden-trump-tight-race-election-interest-low-rcna148170
    Mon Apr 22 00:51:15 UTC 2024
      403.6K bytes
      Cache
     
  8. sklearn.linear_model.GammaRegressor — scikit-le...

    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.GammaRegressor.html
    Tue May 14 20:49:02 UTC 2024
      51.8K bytes
      Cache
     
  9. 1.7. Gaussian Processes — scikit-learn 1.4.2 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
    Tue May 14 20:49:03 UTC 2024
      63.4K bytes
      Cache
     
  10. "Well, you seem like a person, but you're just ...

    7 favorites ] still fails my test question on Germany and WW2,...15 favorites ] still fails my test question on Germany and WW2,...
    www.metafilter.com/203709/Well-you-seem-like-a-person-but-youre-just-a-voice-in-a-computer
    Tue May 14 00:46:29 UTC 2024
      91.7K bytes
      Cache
     
  11. sklearn.linear_model.TweedieRegressor — scikit-...

    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.TweedieRegressor.html
    Tue May 14 20:49:01 UTC 2024
      54.4K bytes
      Cache
     
  12. sklearn.linear_model.Lasso — scikit-learn 1.4.2...

    n_features) Test samples. For some estimators...tol times \(||y||_2^2 / n_{\text{samples}}\) . The target can...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Tue May 14 20:49:03 UTC 2024
      78.6K bytes
      Cache
     
  13. Ad Maiorem Gloriam Concreti | MetaFilter

    They have withstood the test of time.I need gargoyles people!...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/203499/Ad-Maiorem-Gloriam-Concreti
    Sun Apr 28 00:52:32 UTC 2024
      51.3K bytes
      Cache
     
  14. Elasticsearch features list | Elastic

    "message" : { "query" : "this is a test", "operator" : "and" } } } }...default distribution, you can also test out Platinum features such as...
    www.elastic.co/elasticsearch/features
    Wed May 15 00:28:19 UTC 2024
      545.9K bytes
      1 views
      Cache
     
  15. Biden administration plans to reclassify mariju...

    “open up the ability to actually test it and put it in a laboratory...
    www.nbcnews.com/politics/joe-biden/biden-administration-plans-reclassify-marijuana-easing-restric...
    Wed May 01 00:50:15 UTC 2024
      367.2K bytes
      Cache
     
  16. sklearn.pipeline.Pipeline — scikit-learn 1.4.2 ...

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Tue May 14 20:49:01 UTC 2024
      100K 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
    Wed May 15 00:43:37 UTC 2024
      73.4K 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
    Tue May 14 20:49:02 UTC 2024
      42K bytes
      Cache
     
  19. sklearn.impute.SimpleImputer — scikit-learn 1.4...

    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.SimpleImputer.html
    Tue May 14 20:49:03 UTC 2024
      56.9K bytes
      Cache
     
  20. New dinner party simulation app dropped

    Test drive an easy, no-obligation...with the right beans. And the best way to score great beans is...
    www.garbageday.email/p/new-dinner-party-simulation-app-dropped
    Thu Apr 18 00:48:46 UTC 2024
      251.3K bytes
      Cache
     
Back to top