Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 863 for test (0.25 sec)

  1. plot_release_highlights_1_4_0.rst.txt

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Thu May 09 23:01:25 UTC 2024
      40.9K bytes
     
  2. neighbors.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, ......>>> print(nca_pipe.score(X_test, y_test)) 0.96190476... .. |nca_classification_1|...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Wed May 08 07:10:46 UTC 2024
      37.8K bytes
     
  3. The survival of this ancient language is as mys...

    ) I'm not sure his test on the matter (having Basque...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/203578/The-survival-of-this-ancient-language-is-as-mysterious-as-its-origins
    Sun May 05 00:49:47 UTC 2024
      35.2K bytes
      Cache
     
  4. Sorry for ruining Wordle for you | MetaFilter

    I run a sort of diagnostics test on my brain and eyes and fingers...combinations that aren't words but will test against the solution? Do they...
    www.metafilter.com/203338/Sorry-for-ruining-Wordle-for-you
    Mon Apr 15 00:42:35 UTC 2024
      52.2K bytes
      Cache
     
  5. SlashdotSitenews

    pieces of feedback from the Beta test was that the community didn't...servers, engaging in a DDoS just to test things out, doesn't count. Spotting...
    feeds.feedburner.com/SlashdotSitenews
    Sun Apr 21 13:30:15 UTC 2024
      33.7K bytes
     
  6. sklearn.linear_model.PoissonRegressor — 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.PoissonRegressor.html
    Thu May 09 23:01:25 UTC 2024
      52.2K bytes
      Cache
     
  7. 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
     
  8. FanFare

    the candidates in the Second Test now face the most dangerous...two-part Quickfire Challenge testing the chefs’ flambé and charring...
    fanfare.metafilter.com
    Fri May 10 00:50:47 UTC 2024
      76.2K bytes
      1 views
      Cache
     
  9. 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
    Thu May 09 23:01:25 UTC 2024
      51.8K bytes
      Cache
     
  10. 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
    Thu May 09 23:01:25 UTC 2024
      54.4K bytes
      Cache
     
  11. 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
    Thu May 09 23:01:25 UTC 2024
      94.2K bytes
      Cache
     
  12. 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
    Thu May 09 23:01:25 UTC 2024
      72.2K bytes
      Cache
     
  13. Best Printer 2023 | MetaFilter

    Print a Windows test page and it would be beautiful...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/198593/Best-Printer-2023
    Mon May 06 00:42:06 UTC 2024
      81.8K bytes
      Cache
     
  14. 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
    Thu May 09 23:01:25 UTC 2024
      75.7K bytes
      Cache
     
  15. 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
     
  16. 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
    Thu May 09 23:01:25 UTC 2024
      42K 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 08 00:41:30 UTC 2024
      72.8K bytes
      Cache
     
  18. MetaFilter | Community Weblog

    always see if it passed the smell test -- read the straight poop inside....style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/
    Sat May 11 00:54:39 UTC 2024
      72.9K bytes
      2 views
      Cache
     
  19. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Thu May 09 23:01:25 UTC 2024
      49.6K bytes
      Cache
     
  20. Putting it all together — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Thu May 09 23:01:25 UTC 2024
      45.3K bytes
      1 views
      Cache
     
Back to top