Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 1,642 for test (0.24 sec)

  1. sklearn.covariance.EllipticEnvelope — scikit-le...

    the mean accuracy on the given test data and labels. score_samples...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Fri Apr 19 11:49:06 UTC 2024
      66.3K bytes
      Cache
     
  2. 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 15 14:09:28 UTC 2024
      52.7K bytes
     
  3. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Fri Apr 19 11:49:06 UTC 2024
      118.5K bytes
      2 views
     
  4. 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
    Fri Apr 19 11:49:06 UTC 2024
      56.1K bytes
      Cache
     
  5. 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
    Fri Apr 19 11:49:07 UTC 2024
      2.1M bytes
      2 views
     
  6. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Fri Apr 19 11:49:06 UTC 2024
      96.5K bytes
      Cache
     
  7. sklearn.neural_network.MLPRegressor — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Fri Apr 19 11:49:07 UTC 2024
      62.5K 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
    Fri Apr 19 11:49:06 UTC 2024
      69.3K bytes
      Cache
     
  9. Subscriptions | Elastic Stack Products & Suppor...

    Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...
    www.elastic.co/subscriptions
    Sat Apr 20 00:57:35 UTC 2024
      1.2M bytes
      2 views
      Cache
     
  10. 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
    Fri Apr 19 11:49:06 UTC 2024
      66.8K bytes
      Cache
     
  11. 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
    Sat Apr 20 00:04:32 UTC 2024
      633.4K bytes
      Cache
     
  12. 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
    Thu Apr 18 11:07:01 UTC 2024
      55.6K 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
    Fri Apr 19 11:49:06 UTC 2024
      62K bytes
      Cache
     
  14. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Fri Apr 19 11:49:06 UTC 2024
      2.9K bytes
     
  15. 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
    Fri Apr 19 11:49:06 UTC 2024
      94.3K bytes
      Cache
     
  16. 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
    Fri Apr 19 11:49:06 UTC 2024
      48.4K bytes
      Cache
     
  17. Infrastructure Monitoring with Elastic Observab...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/infrastructure-monitoring
    Sat Apr 20 00:04:43 UTC 2024
      642.2K bytes
      Cache
     
  18. 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
    Fri Apr 19 11:49:06 UTC 2024
      50K bytes
      Cache
     
  19. Movie search application | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/ent-search
    Sat Apr 20 00:55:43 UTC 2024
      505K bytes
      Cache
     
  20. 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
    Sat Apr 20 00:47:53 UTC 2024
      509K bytes
      Cache
     
Back to top