Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 879 for test (0.2 sec)

  1. sklearn.linear_model.QuantileRegressor — 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.QuantileRegressor.html
    Tue Apr 23 17:07:45 UTC 2024
      52.6K bytes
      Cache
     
  2. sklearn.dummy.DummyRegressor — scikit-learn 1.4...

    n_features) Test samples. Passing None as test samples gives...return_std]) Perform classification on test vectors X. score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Tue Apr 23 17:07:46 UTC 2024
      52.7K bytes
      Cache
     
  3. “members of the Voyager flight team celebrate” ...

    affected portion of the build/test, it still takes a few minutes...minutes to spin up the VM to test a change. I can't imagine having...
    www.metafilter.com/203444/members-of-the-Voyager-flight-team-celebrate
    Tue Apr 23 00:41:23 UTC 2024
      39.4K bytes
      Cache
     
  4. sklearn.multiclass.OneVsRestClassifier — scikit...

    the mean accuracy on the given test data and labels. set_params...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Tue Apr 23 17:07:45 UTC 2024
      64.5K bytes
      Cache
     
  5. plot_multi_metric_evaluation.rst.txt

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Tue Apr 23 17:07:45 UTC 2024
      6.4K bytes
     
  6. sklearn.linear_model.LogisticRegressionCV — sci...

    scoring option on the given test data and labels. set_fit_request...scoring option on the given test data and labels. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Tue Apr 23 17:07:45 UTC 2024
      79.5K bytes
      Cache
     
  7. 3.3. Metrics and scoring: quantifying the quali...

    (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...
    scikit-learn.org/stable/modules/model_evaluation.html
    Tue Apr 23 17:07:46 UTC 2024
      351.3K bytes
      Cache
     
  8. Accelerate DevOps transformation with Elastic O...

    or A/B testing. Plus, you can use the annotation...determine if the issue uncovered in test is already in prod. Track log...
    www.elastic.co/observability/devops
    Wed Apr 24 00:29:45 UTC 2024
      641.8K bytes
      Cache
     
  9. Elastic Cloud on Kubernetes | Deploy and Orches...

    test, and learn together. The ECK...Enterprise . It’s our battle-tested product — which also powers...
    www.elastic.co/elastic-cloud-kubernetes
    Wed Apr 24 00:56:41 UTC 2024
      676K bytes
      Cache
     
  10. Elasticsearch Platform — Find real-time answers...

    Company Drive results with AI Test drive free Trusted by 50% of...
    www.elastic.co/
    Wed Apr 24 00:02:46 UTC 2024
      673.1K bytes
      Cache
     
  11. sklearn.ensemble.VotingClassifier — scikit-lear...

    the mean accuracy on the given test data and labels. set_fit_request...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Tue Apr 23 17:07:45 UTC 2024
      73.1K bytes
      Cache
     
  12. sklearn.multioutput.ClassifierChain — scikit-le...

    X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Tue Apr 23 17:07:46 UTC 2024
      52K bytes
      Cache
     
  13. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...Then its predictions on the test subset are used to fit a calibrator...
    scikit-learn.org/stable/modules/calibration.html
    Tue Apr 23 17:07:46 UTC 2024
      42.8K bytes
      Cache
     
  14. sklearn.ensemble.HistGradientBoostingClassifier...

    the mean accuracy on the given test data and labels. set_fit_request...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Tue Apr 23 17:07:45 UTC 2024
      80.6K bytes
      Cache
     
  15. sklearn.linear_model.PassiveAggressiveClassifie...

    classification of text documents Out-of-core classification of text documents...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Tue Apr 23 17:07:45 UTC 2024
      74.1K bytes
      Cache
     
  16. sklearn.feature_selection.SequentialFeatureSele...

    evaluate the predictions on the test set. NOTE that when using a...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Tue Apr 23 17:07:45 UTC 2024
      54.2K bytes
      Cache
     
  17. sklearn.covariance.OAS — scikit-learn 1.4.2 doc...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Tue Apr 23 17:07:46 UTC 2024
      50.1K bytes
      Cache
     
  18. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Tue Apr 23 17:07:45 UTC 2024
      88.1K bytes
      1 views
     
  19. plot_release_highlights_1_4_0.py

    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/_downloads/c15cce0dbcd8722cb5638987eff985c0/plot_release_highlights_1_4_0.py
    Tue Apr 23 17:07:45 UTC 2024
      7.7K bytes
     
  20. Subscriptions | Elastic Stack Products & Suppor...

    Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...
    www.elastic.co/subscriptions
    Wed Apr 24 00:58:23 UTC 2024
      1.2M bytes
      2 views
      Cache
     
Back to top