Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 1,172 for test (0.1 sec)

  1. 1.11. Ensembles: Gradient boosting, random fore...

    ( y_test , est . predict ( X_test )) 5.00... >>> _ = est . set_params...train_test_split >>> X_train , X_test , y_train , y_test = train_test_split...
    scikit-learn.org/stable/modules/ensemble.html
    Fri May 31 14:06:06 UTC 2024
      239.3K bytes
      Cache
     
  2. GaussianProcessRegressor — scikit-learn 1.5.0 d...

    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
    Fri May 31 14:06:04 UTC 2024
      164.4K bytes
      Cache
     
  3. 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
    Sat Jun 01 01:14:31 UTC 2024
      139.1K 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
    Sat Jun 01 00:39:46 UTC 2024
      384.3K bytes
      Cache
     
  5. SelectKBest — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:06 UTC 2024
      142.9K bytes
      Cache
     
  6. 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
    Fri May 31 14:06:06 UTC 2024
      156.6K bytes
      Cache
     
  7. PLSRegression — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:07 UTC 2024
      169.1K bytes
      Cache
     
  8. DecisionTreeRegressor — scikit-learn 1.5.0 docu...

    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
    Fri May 31 14:06:07 UTC 2024
      180K bytes
      Cache
     
  9. Lasso — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:06 UTC 2024
      174.6K bytes
      Cache
     
  10. GradientBoostingRegressor — scikit-learn 1.5.0 ...

    X_test , y_train , y_test = train_test_split ( ......>>> reg . score ( X_test , y_test ) 0.4... apply ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Fri May 31 14:06:06 UTC 2024
      178K bytes
      Cache
     
Back to top