Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 1,823 for test (0.17 sec)

  1. 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 Apr 24 18:54:16 UTC 2024
      5.8K bytes
     
  2. 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
    Thu Apr 25 16:20:47 UTC 2024
      80.6K bytes
      Cache
     
  3. 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
    Thu Apr 25 16:20:47 UTC 2024
      74.1K bytes
      Cache
     
  4. “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
     
  5. 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
    Thu Apr 25 16:20:47 UTC 2024
      54.2K bytes
      Cache
     
  6. sklearn.mixture.GaussianMixture — scikit-learn ...

    log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Thu Apr 25 16:20:47 UTC 2024
      63.4K bytes
      Cache
     
  7. 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
    Thu Apr 25 16:20:47 UTC 2024
      7.7K bytes
     
  8. 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
    Thu Apr 25 16:20:47 UTC 2024
      20.6K bytes
      Cache
     
  9. 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
    Fri Apr 26 00:35:22 UTC 2024
      631.5K bytes
      Cache
     
  10. Maryland teacher arrested after principal alleg...

    Black students were unable to "test their way out of a paper bag,"...
    www.nbcnews.com/news/us-news/teacher-arrested-ai-generated-racist-rant-maryland-school-principal-...
    Fri Apr 26 01:04:42 UTC 2024
      215K bytes
      Cache
     
  11. 7.4. Loading other datasets — scikit-learn 1.4....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Thu Apr 25 16:20:47 UTC 2024
      44.9K bytes
      Cache
     
  12. 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
    Fri Apr 26 00:35:22 UTC 2024
      641.8K 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
    Thu Apr 25 16:20:47 UTC 2024
      30.4K bytes
      Cache
     
  14. 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
    Fri Apr 26 01:00:06 UTC 2024
      675.9K bytes
      Cache
     
  15. 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
    Thu Apr 25 16:20:47 UTC 2024
      82.6K bytes
      Cache
     
  16. How To Turn Your Ordinary Beer Into An Icy Slus...

    Videos America's Test Kitchen uses Thailand's ice cold bia wun...hours ago · · · Via America's Test Kitchen . <section class="flex...
    digg.com/digg-vids/link/how-to-turn-your-ordinary-beer-into-an-icy-slushy-just-in-time-for-spring
    Wed Apr 10 01:14:22 UTC 2024
      134.4K bytes
      Cache
     
  17. NBC News special features and projects | NBC News

    Test your knowledge of Olympic sports...every state Specials See our best illustrations and photographs...
    www.nbcnews.com/specials
    Wed Apr 24 01:02:25 UTC 2024
      453.7K bytes
      Cache
     
  18. sklearn.model_selection.HalvingRandomSearchCV —...

    cross-validated score of the best_estimator. best_params_ dict Parameter...that gave the best results on the hold out data. best_index_ int...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingRandomSearchCV.html
    Thu Apr 25 16:20:47 UTC 2024
      77.3K bytes
      Cache
      Similar Results (1)
     
  19. sklearn.ensemble.ExtraTreesClassifier — scikit-...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      83.2K bytes
      Cache
     
  20. 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
    Thu Apr 25 16:20:47 UTC 2024
      46.3K bytes
      Cache
     
Back to top