Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 904 for test (0.15 sec)

  1. 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 30 16:14:28 UTC 2024
      88.1K bytes
      1 views
     
  2. Installing the development version of scikit-le...

    Test dependencies Running tests requires: pytest...dependencies Build dependencies Test dependencies Building a specific...
    scikit-learn.org/stable/developers/advanced_installation.html
    Tue Apr 30 16:14:29 UTC 2024
      55.6K bytes
      Cache
     
  3. sklearn.model_selection.RandomizedSearchCV — sc...

    the attributes best_index_ , best_score_ and best_params_ will...param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Tue Apr 30 16:14:28 UTC 2024
      82.6K bytes
      Cache
     
  4. 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 May 01 00:37:44 UTC 2024
      553.1K bytes
      Cache
     
  5. 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 May 01 00:53:04 UTC 2024
      587.1K bytes
      Cache
     
  6. sklearn.linear_model.LogisticRegression — sciki...

    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.linear_model.LogisticRegression.html
    Tue Apr 30 16:14:28 UTC 2024
      94.8K bytes
      Cache
     
  7. 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 30 16:14:28 UTC 2024
      50.1K bytes
      Cache
     
  8. sklearn.linear_model.SGDClassifier — scikit-lea...

    classification of text documents Out-of-core classification of text documents...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Tue Apr 30 16:14:28 UTC 2024
      99.7K bytes
      Cache
     
  9. sklearn.feature_selection.chi2 — scikit-learn 1...

    with the highest values for the test chi-squared statistic from X,...classes. Recall that the chi-square test measures dependence between...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Tue Apr 30 16:14:28 UTC 2024
      20.6K bytes
      Cache
     
  10. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Tue Apr 30 16:14:28 UTC 2024
      46.3K bytes
      Cache
     
  11. Digital experience monitoring with Elastic Obse...

    before your users do Proactive testing is vital for improving user...Synthetic transactions continually test key user journeys such as login...
    www.elastic.co/observability/digital-experience-monitoring
    Wed May 01 00:37:03 UTC 2024
      542.7K bytes
      Cache
     
  12. Examples — scikit-learn 1.4.2 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Tue Apr 30 16:14:29 UTC 2024
      184.6K bytes
      Cache
     
  13. sklearn.model_selection.cross_val_predict — sci...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Tue Apr 30 16:14:28 UTC 2024
      30.4K bytes
      Cache
     
  14. sklearn.linear_model.RidgeCV — scikit-learn 1.4...

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Tue Apr 30 16:14:28 UTC 2024
      58.8K bytes
      Cache
     
  15. FanFare

    Episode 23 The Second Test has begun, and its objective...the conclusion of the First Test, the surviving candidates get...
    fanfare.metafilter.com
    Wed May 01 00:43:31 UTC 2024
      74K bytes
      1 views
      Cache
     
  16. sklearn.tree.DecisionTreeClassifier — scikit-le...

    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.DecisionTreeClassifier.html
    Tue Apr 30 16:14:29 UTC 2024
      102K bytes
      Cache
     
  17. Log Monitoring with Elastic Observability | Ela...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/log-monitoring
    Wed May 01 00:03:23 UTC 2024
      553K bytes
      Cache
     
  18. sklearn.neighbors.KNeighborsRegressor — scikit-...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Tue Apr 30 16:14:28 UTC 2024
      64.3K bytes
      Cache
     
  19. plot_release_highlights_1_4_0.ipynb

    X_test, y_train, y_test = train_test_split(X_adult,...(X_test)\nprint(f\"ROC AUC score is {roc_auc_score(y_test, y_decision)}\")"...
    scikit-learn.org/stable/_downloads/53490cdb42c3c07ba8cccd1c4ed4dca4/plot_release_highlights_1_4_0...
    Tue Apr 30 16:14:29 UTC 2024
      10.7K bytes
     
  20. sklearn.covariance.ShrunkCovariance — scikit-le...

    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.ShrunkCovariance.html
    Tue Apr 30 16:14:29 UTC 2024
      49.2K bytes
      Cache
     
Back to top