Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 240 of 904 for test (0.21 sec)

  1. sklearn.datasets.load_digits — scikit-learn 1.4...

    integers 0-16 This is a copy of the test set of the UCI ML hand-written...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html
    Wed Apr 24 18:54:16 UTC 2024
      37.6K bytes
      Cache
     
  2. sklearn.cross_decomposition.PLSCanonical — scik...

    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.PLSCanonical.html
    Wed Apr 24 18:54:16 UTC 2024
      74.7K bytes
      Cache
     
  3. 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
    Wed Apr 24 18:54:16 UTC 2024
      47.7K bytes
      1 views
      Cache
     
  4. 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
    Wed Apr 24 18:54:16 UTC 2024
      52.2K bytes
      Cache
     
  5. 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
    Wed Apr 24 18:54:19 UTC 2024
      72.2K bytes
      Cache
     
  6. 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
    Wed Apr 24 18:54:19 UTC 2024
      54.7K bytes
      Cache
     
  7. 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
    Wed Apr 24 18:54:19 UTC 2024
      78.6K bytes
      Cache
     
  8. 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
    Wed Apr 24 18:54:16 UTC 2024
      42K bytes
      Cache
     
  9. 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
    Thu Apr 25 00:37:55 UTC 2024
      710.1K bytes
      1 views
      Cache
     
  10. 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
    Wed Apr 24 18:54:16 UTC 2024
      88.7K bytes
      Cache
     
  11. sklearn.kernel_ridge.KernelRidge — 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.kernel_ridge.KernelRidge.html
    Wed Apr 24 18:54:16 UTC 2024
      54.8K bytes
      Cache
     
  12. 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
    Wed Apr 24 18:54:16 UTC 2024
      50.1K bytes
      Cache
     
  13. 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
    Wed Apr 24 18:54:16 UTC 2024
      85.4K bytes
      Cache
     
  14. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Wed Apr 24 18:54:16 UTC 2024
      98.4K bytes
      Cache
     
  15. 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
    Wed Apr 24 18:54:16 UTC 2024
      33.1K bytes
      Cache
     
  16. 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
    Thu Apr 25 00:34:48 UTC 2024
      538.2K bytes
      Cache
     
  17. 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
    Wed Apr 24 18:54:16 UTC 2024
      63.4K bytes
      Cache
     
  18. 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
    Wed Apr 24 18:54:16 UTC 2024
      100K bytes
      Cache
     
  19. 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
    Wed Apr 24 18:54:16 UTC 2024
      94.2K bytes
      Cache
     
  20. 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
    Wed Apr 24 18:54:16 UTC 2024
      58.1K bytes
      Cache
     
Back to top