Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 1,738 for test (0.11 sec)

  1. 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
    Tue Apr 23 17:07:45 UTC 2024
      21.4K bytes
      Cache
     
  2. 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
     
  3. 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
    Tue Apr 23 17:07:45 UTC 2024
      80.3K bytes
      Cache
     
  4. 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
    Tue Apr 23 17:07:46 UTC 2024
      2.1M bytes
      2 views
     
  5. AI & ML Search Engine - Take Search to the Next...

    Scalable for any use case Test, operationalize, and scale up...pipelines for sentiment analysis, text classification, and named entity...
    www.elastic.co/enterprise-search/machine-learning
    Wed Apr 24 00:42:53 UTC 2024
      655.3K bytes
      2 views
      Cache
     
  6. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Apr 22 14:06:27 UTC 2024
      52.7K bytes
     
  7. 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
    Tue Apr 23 17:07:45 UTC 2024
      77.3K bytes
      Cache
      Similar Results (1)
     
  8. 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
    Wed Apr 24 00:04:23 UTC 2024
      632.8K bytes
      Cache
     
  9. 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
    Tue Apr 23 17:07:46 UTC 2024
      69.3K bytes
      Cache
     
  10. 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
    Tue Apr 23 17:07:46 UTC 2024
      56.1K bytes
      Cache
     
  11. 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
    Tue Apr 23 17:07:45 UTC 2024
      48.4K 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
    Tue Apr 23 17:07:45 UTC 2024
      66.8K bytes
      Cache
     
  13. 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
    Tue Apr 23 17:07:46 UTC 2024
      62K bytes
      Cache
     
  14. 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 23 17:07:46 UTC 2024
      184.6K bytes
      Cache
     
  15. 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
    Tue Apr 23 17:07:45 UTC 2024
      75.9K bytes
      Cache
     
  16. 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
    Wed Apr 24 00:51:22 UTC 2024
      508.4K bytes
      Cache
     
  17. Movie search application | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/ent-search
    Wed Apr 24 00:55:42 UTC 2024
      504.4K bytes
      Cache
     
  18. 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
    Tue Apr 23 17:07:45 UTC 2024
      26.5K bytes
      Cache
     
  19. 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
     
  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...
    Tue Apr 23 17:07:45 UTC 2024
      68.5K bytes
      Cache
     
Back to top