Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 280 of 1,644 for test (0.16 sec)

  1. 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
     
  2. Slashdot: News for nerds, stuff that matters

    I've been testing out the Orange Pi 5 the past...Now, developers can create and test widgets that can be added to...
    build.slashdot.org
    Wed May 08 01:12:42 UTC 2024
      140.2K bytes
      Cache
     
  3. index.rst.txt

    example compares non-nested and nested cross-validation strategies...class="sphx-glr-thumbnail-title">Nested versus non-nested cross-validation</div>...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Tue May 07 15:05:50 UTC 2024
      144.7K bytes
      5 views
     
  4. sklearn.linear_model.TheilSenRegressor — scikit...

    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.TheilSenRegressor.html
    Tue May 07 15:05:50 UTC 2024
      47.7K bytes
      1 views
      Cache
     
  5. sklearn.feature_selection.SelectKBest — scikit-...

    based on a false positive rate test. SelectFdr Select features based...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Tue May 07 15:05:50 UTC 2024
      50.1K bytes
      Cache
     
  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
    Tue May 07 15:05:49 UTC 2024
      52.2K bytes
      Cache
     
  7. 7 Best Website Builders Of 2023

    written: Best Dog Food Best Reseller Web Hosting Best Teeth Whitening...Of 2023 7 Best Pest Control Companies of 2023 7 Best Streaming...
    digg.com/technology/web-services/best-website-builders
    Wed May 08 01:16:46 UTC 2024
      398.1K bytes
      2 views
      Cache
     
  8. 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
    Tue May 07 15:05:50 UTC 2024
      61.6K bytes
      Cache
     
  9. 3.4. Validation curves: plotting scores to eval...

    compute the score on another test set. However, it is sometimes...that the first estimator can at best provide only a poor fit to the...
    scikit-learn.org/stable/modules/learning_curve.html
    Tue May 07 15:05:49 UTC 2024
      33.1K bytes
      Cache
     
  10. 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
    Tue May 07 15:05:50 UTC 2024
      65K bytes
      Cache
     
  11. sec23winter-prepub-107-bouhoula.pdf

    At test time, we split the text extracted during...more text). In this case, we add the newly discovered text to the...
    www.usenix.org/system/files/sec23winter-prepub-107-bouhoula.pdf
    Tue Apr 09 00:47:07 UTC 2024
      810.7K bytes
      2 views
     
  12. sklearn.ensemble.GradientBoostingRegressor — sc...

    X_test , y_train , y_test = train_test_split ( ......>>> reg . score ( X_test , y_test ) 0.4... Methods apply (X)...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Tue May 07 15:05:50 UTC 2024
      85.4K bytes
      Cache
     
  13. Slashdot: News for nerds, stuff that matters

    vehicle out on real roads for testing. With proper equipment attached...by not performing a required test, but recording the work as having...
    slashdot.org
    Wed May 08 01:07:48 UTC 2024
      139.7K bytes
      Cache
     
  14. 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
    Tue May 07 15:05:49 UTC 2024
      44.2K bytes
     
  15. sklearn.linear_model.ARDRegression — scikit-lea...

    n_features) Test samples. For some estimators...self.threshold_lambda are kept and the rest are discarded. Examples >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Tue May 07 15:05:49 UTC 2024
      54.7K bytes
      Cache
     
  16. 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
    Tue May 07 15:05:49 UTC 2024
      64.5K bytes
      Cache
     
  17. 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
    Wed May 08 00:41:48 UTC 2024
      75.3K bytes
      1 views
      Cache
     
  18. 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
     
  19. 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 07 15:05:49 UTC 2024
      58.1K bytes
      Cache
     
  20. 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
    Tue May 07 15:05:50 UTC 2024
      73.5K bytes
      Cache
     
Back to top