Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 1,297 for test (0.99 sec)

  1. Examples — scikit-learn 1.7.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
    Sat Oct 11 07:51:25 UTC 2025
      273K bytes
      Cache
     
  2. Overview of data frame analytics with Elastic m...

    into a training and a test set. The test set won’t be used to...data frame analytics. Train, test, iterate After your data is...
    www.elastic.co/docs/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-overview
    Tue Sep 23 16:39:32 UTC 2025
      171K bytes
      Cache
     
  3. Elastic Cloud Hosted pricing | Elastic

    Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....
    www.elastic.co/pricing/cloud-hosted
    Thu Sep 18 01:16:54 UTC 2025
      474.6K bytes
      Cache
     
  4. minmax_scale — scikit-learn 1.7.2 documentation

    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.minmax_scale.html
    Thu Oct 09 16:57:48 UTC 2025
      115.6K bytes
      Cache
     
  5. 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
    Sat Oct 11 07:51:26 UTC 2025
      52.9K bytes
     
  6. plot_hgbt_regression.zip

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Fri Oct 10 15:14:33 UTC 2025
      36.8K bytes
     
  7. check_estimator — scikit-learn 1.7.2 documentation

    running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Sat Oct 11 07:51:27 UTC 2025
      122.8K bytes
      Cache
     
  8. plot_hgbt_regression.rst.txt

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Fri Oct 10 15:14:35 UTC 2025
      22K bytes
     
  9. GaussianProcessClassifier — scikit-learn 1.7.2 ...

    {‘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
    Sat Oct 11 07:51:25 UTC 2025
      149K bytes
      Cache
     
  10. KNeighborsRegressor — scikit-learn 1.7.2 docume...

    or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Sat Oct 11 07:51:25 UTC 2025
      151.8K bytes
      Cache
     
Back to top