Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 858 for test (0.25 sec)

  1. sklearn.model_selection.learning_curve — scikit...

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Thu Apr 18 11:07:00 UTC 2024
      32.2K bytes
      Cache
     
  2. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Thu Apr 18 11:06:59 UTC 2024
      7.7K bytes
     
  3. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Thu Apr 18 11:07:01 UTC 2024
      2.1M bytes
      2 views
     
  4. sklearn.datasets.fetch_species_distributions — ...

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Thu Apr 18 11:07:00 UTC 2024
      21.4K bytes
      Cache
     
  5. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Fri Apr 19 00:03:56 UTC 2024
      632.9K bytes
      Cache
     
  6. sklearn.linear_model.LassoCV — scikit-learn 1.4...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Thu Apr 18 11:07:01 UTC 2024
      80.3K bytes
      Cache
     
  7. sklearn.semi_supervised.LabelSpreading — scikit...

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Thu Apr 18 11:06:59 UTC 2024
      48.4K bytes
      Cache
     
  8. sklearn.naive_bayes.GaussianNB — scikit-learn 1...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Thu Apr 18 11:06:59 UTC 2024
      69.3K bytes
      Cache
     
  9. sklearn.mixture.BayesianGaussianMixture — sciki...

    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.BayesianGaussianMixture.html
    Thu Apr 18 11:07:00 UTC 2024
      66.4K bytes
      Cache
     
  10. Baba Entertainment uses Elastic for gaming data...

    Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...
    www.elastic.co/customer/baba-entertainment
    Fri Apr 19 00:46:55 UTC 2024
      508.6K bytes
      Cache
     
  11. sklearn.linear_model.ElasticNetCV — scikit-lear...

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Thu Apr 18 11:06:59 UTC 2024
      75.9K bytes
      Cache
     
  12. sklearn.naive_bayes.BernoulliNB — scikit-learn ...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Thu Apr 18 11:07:00 UTC 2024
      66.8K bytes
      Cache
     
  13. sklearn.covariance.GraphicalLassoCV — 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.GraphicalLassoCV.html
    Thu Apr 18 11:06:59 UTC 2024
      56.1K bytes
      Cache
     
  14. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Thu Apr 18 11:07:00 UTC 2024
      62K bytes
      Cache
     
  15. 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
    Fri Apr 19 00:57:02 UTC 2024
      453.8K bytes
      Cache
     
  16. sklearn.preprocessing.quantile_transform — scik...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Thu Apr 18 11:06:59 UTC 2024
      26.5K bytes
      Cache
     
  17. 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
    Thu Apr 18 11:07:00 UTC 2024
      52.7K bytes
      Cache
     
  18. Elastic Cloud Feature Matrix | Elastic

    Monitors Managed Test Execution Service 12 Private Testing Locations...Monitors Managed Test Execution Service 12 Private Testing Locations...
    www.elastic.co/subscriptions/cloud
    Fri Apr 19 00:56:48 UTC 2024
      1.2M bytes
      2 views
      Cache
     
  19. 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 18 11:07:00 UTC 2024
      77.3K bytes
      Cache
      Similar Results (1)
     
  20. sklearn.discriminant_analysis.LinearDiscriminan...

    the mean accuracy on the given test data and labels. set_output...n_features) Array of samples (test vectors). Returns : C ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Thu Apr 18 11:07:00 UTC 2024
      68.5K bytes
      Cache
     
Back to top