Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 220 of 871 for test (0.18 sec)

  1. 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
    Thu Mar 28 16:05:59 UTC 2024
      144.7K bytes
      5 views
     
  2. install.rst.txt

    running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...
    scikit-learn.org/stable/_sources/install.rst.txt
    Thu Mar 28 16:05:59 UTC 2024
      13.5K bytes
      1 views
     
  3. sklearn.linear_model.LinearRegression — 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.LinearRegression.html
    Thu Mar 28 16:05:59 UTC 2024
      61.9K bytes
      Cache
     
  4. Texan bitcoin miner Giga partners with Phoenix ...

    The mine has been running a test since December, and Lohstroh...
    www.cnbc.com/2024/03/26/texan-bitcoin-miner-giga-partners-with-phoenix-global-in-argentina.html
    Thu Mar 28 01:15:32 UTC 2024
      1.3M bytes
      Cache
     
  5. 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
    Fri Mar 29 01:23:54 UTC 2024
      398.4K bytes
      2 views
      Cache
     
  6. 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
    Thu Mar 28 16:05:59 UTC 2024
      47.7K bytes
      1 views
      Cache
     
  7. 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
    Thu Mar 28 16:05:59 UTC 2024
      50.1K bytes
      Cache
     
  8. 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
    Thu Mar 28 16:05:58 UTC 2024
      44.2K bytes
     
  9. 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 Mar 28 16:05:58 UTC 2024
      52.2K bytes
      Cache
     
  10. MetaFilter | Community Weblog

    for best photo of the day, best crouton petting post; best "bobble"..."womble" post; best "Pro-hedgehog propaganda" post; best fluffy thread...
    www.metafilter.com/
    Fri Mar 29 00:43:50 UTC 2024
      79.7K bytes
      2 views
      Cache
     
  11. 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
    Thu Mar 28 16:05:58 UTC 2024
      61.6K bytes
      Cache
     
  12. 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
    Thu Mar 28 16:05:59 UTC 2024
      88.7K bytes
      Cache
     
  13. 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
    Thu Mar 28 16:05:58 UTC 2024
      33.1K bytes
      Cache
     
  14. 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
    Thu Mar 28 16:05:59 UTC 2024
      65K bytes
      Cache
     
  15. 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
    Thu Mar 28 16:05:59 UTC 2024
      85.4K bytes
      Cache
     
  16. sklearn.linear_model.Ridge — scikit-learn 1.4.1...

    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
    Thu Mar 28 16:05:58 UTC 2024
      64.5K bytes
      Cache
     
  17. 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
    Thu Mar 28 16:05:57 UTC 2024
      54.7K bytes
      Cache
     
  18. sklearn.svm.SVR — scikit-learn 1.4.1 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
    Thu Mar 28 16:05:57 UTC 2024
      58.1K bytes
      Cache
     
  19. 1.7. Gaussian Processes — scikit-learn 1.4.1 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
    Thu Mar 28 16:05:58 UTC 2024
      63.4K 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
    Thu Mar 28 16:05:59 UTC 2024
      73.5K bytes
      Cache
     
Back to top