Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,030 for test (0.17 sec)

  1. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      10K bytes
     
  2. Putting it all together — scikit-learn 1.4.1 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Thu Mar 28 16:05:58 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  3. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Fri Mar 29 00:03:55 UTC 2024
      721.1K bytes
      Cache
     
  4. sklearn.neighbors.KNeighborsClassifier — scikit...

    probability estimates for the test data X. score (X, y[, sample_weight])...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      68.7K bytes
      Cache
     
  5. sklearn.ensemble.AdaBoostClassifier — scikit-le...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      74K bytes
      Cache
     
  6. sklearn.calibration.CalibratedClassifierCV — sc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Thu Mar 28 16:05:57 UTC 2024
      64.8K bytes
      Cache
     
  7. Contributing — scikit-learn 1.4.1 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...path/to/tests_for_package see also Testing and improving test coverage...
    scikit-learn.org/stable/developers/contributing.html
    Thu Mar 28 16:05:59 UTC 2024
      119.9K bytes
      Cache
     
  8. sklearn.discriminant_analysis.QuadraticDiscrimi...

    classification on an array of test vectors X. predict_log_proba...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Thu Mar 28 16:05:57 UTC 2024
      54.4K bytes
      Cache
     
  9. sklearn.gaussian_process.GaussianProcessClassif...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Thu Mar 28 16:05:57 UTC 2024
      59.6K bytes
      Cache
     
  10. Introducing Elastic Observability's New Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/blog/new-synthetic-monitoring-observability
    Fri Mar 29 01:02:21 UTC 2024
      773.8K bytes
      Cache
     
Back to top