Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 884 for test (0.17 sec)

  1. Play This Larry David-Themed Crossword Puzzle |...

    " this crossword puzzle will test your ability to remember inane...together a crossword puzzle that tests your knowledge of everything...
    digg.com/brain-teasers/link/larry-david-crossword-puzzle-curb-seinfeld
    Wed Mar 27 01:21:48 UTC 2024
      134.6K bytes
      Cache
     
  2. 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
    Thu Mar 28 00:56:43 UTC 2024
      717.2K bytes
      Cache
     
  3. plot_classifier_comparison.ipynb

    y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Wed Mar 27 16:42:11 UTC 2024
      5.8K bytes
     
  4. 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
    Wed Mar 27 16:42:11 UTC 2024
      30.4K bytes
      Cache
     
  5. sklearn.linear_model.ElasticNet — scikit-learn ...

    Train error vs Test error Train error vs Test error...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Wed Mar 27 16:42:10 UTC 2024
      77.6K bytes
      Cache
     
  6. sklearn.model_selection.GridSearchCV — scikit-l...

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Wed Mar 27 16:42:11 UTC 2024
      94.3K bytes
      Cache
     
  7. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Wed Mar 27 16:42:10 UTC 2024
      2.9K bytes
     
  8. sklearn.linear_model.LassoLarsIC — 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.linear_model.LassoLarsIC.html
    Wed Mar 27 16:42:10 UTC 2024
      58.4K bytes
      Cache
     
  9. sklearn.covariance.LedoitWolf — scikit-learn 1....

    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.LedoitWolf.html
    Wed Mar 27 16:42:10 UTC 2024
      50K bytes
      Cache
     
  10. Infrastructure Monitoring with Elastic Observab...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/infrastructure-monitoring
    Thu Mar 28 00:04:07 UTC 2024
      727.4K bytes
      Cache
     
  11. 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
    Wed Mar 27 16:42:11 UTC 2024
      82.6K bytes
      Cache
     
  12. 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
    Wed Mar 27 16:42:11 UTC 2024
      79.5K bytes
      Cache
     
  13. sklearn.feature_selection.RFECV — scikit-learn ...

    test) splits as arrays of indices....ndarrays A dict with keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Wed Mar 27 16:42:11 UTC 2024
      73.9K bytes
      Cache
     
  14. 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
    Wed Mar 27 16:42:11 UTC 2024
      46.3K bytes
      Cache
     
  15. Log Monitoring with Elastic Observability | Ela...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/log-monitoring
    Thu Mar 28 00:05:55 UTC 2024
      727.5K bytes
      Cache
     
  16. 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
    Thu Mar 28 00:56:34 UTC 2024
      727.4K bytes
      Cache
     
  17. 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
    Thu Mar 28 00:39:43 UTC 2024
      759.9K bytes
      Cache
     
  18. 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...
    Wed Mar 27 16:42:11 UTC 2024
      10.7K bytes
     
  19. sklearn.neural_network.MLPClassifier — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Wed Mar 27 16:42:11 UTC 2024
      71.2K bytes
      Cache
     
  20. sklearn.isotonic.IsotonicRegression — scikit-le...

    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.isotonic.IsotonicRegression.html
    Wed Mar 27 16:42:10 UTC 2024
      71.5K bytes
      Cache
     
Back to top