Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 1,327 for test (0.37 sec)

  1. Get started with generative AI free | Elastic

    Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...
    www.elastic.co/cloud/generative-ai-trial-overview
    Thu Sep 18 00:53:19 UTC 2025
      577.9K bytes
      1 views
      Cache
     
  2. ElasticNetCV — scikit-learn 1.7.2 documentation

    are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Wed Sep 17 19:57:59 UTC 2025
      166.4K bytes
      Cache
     
  3. Epstein accuser’s family blasts Ghislaine Maxwe...

    SpaceX Starship gears up for 10th test flight 01:23 Chicago mayor blasts...SpaceX Starship gears up for 10th test flight 01:23 Chicago mayor blasts...
    www.nbcnews.com/video/epstein-accuser-s-family-blasts-ghislaine-maxwell-testimony-release-2456689...
    Mon Aug 25 01:18:50 UTC 2025
      938.9K bytes
      Cache
     
  4. 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
     
  5. 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
    Wed Sep 17 19:57:59 UTC 2025
      149K bytes
      Cache
     
  6. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Wed Sep 17 19:58:00 UTC 2025
      198.2K bytes
      Cache
     
  7. TunedThresholdClassifierCV — scikit-learn 1.7.2...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Wed Sep 17 19:58:00 UTC 2025
      148.2K bytes
      Cache
     
  8. 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
    Tue Sep 16 14:38:54 UTC 2025
      122.8K bytes
      Cache
     
  9. plot_hgbt_regression.py

    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/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Tue Sep 16 14:38:52 UTC 2025
      16.3K bytes
     
  10. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    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
    Wed Sep 17 19:58:00 UTC 2025
      154.3K bytes
      Cache
     
  11. 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
    Wed Sep 17 19:58:00 UTC 2025
      2.2M bytes
      2 views
     
  12. AdaBoostClassifier — scikit-learn 1.7.2 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Wed Sep 17 19:58:00 UTC 2025
      157.7K bytes
      Cache
     
  13. MLPRegressor — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed Sep 17 19:57:59 UTC 2025
      163K bytes
      Cache
     
  14. GraphicalLassoCV — scikit-learn 1.7.2 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Wed Sep 17 19:58:00 UTC 2025
      140.3K bytes
      Cache
     
  15. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Tue Sep 16 14:38:54 UTC 2025
      14.5K bytes
      3 views
     
  16. RidgeCV — scikit-learn 1.7.2 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Wed Sep 17 19:57:58 UTC 2025
      149.9K bytes
      Cache
     
  17. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Tue Sep 16 14:38:54 UTC 2025
      20.2K bytes
      1 views
     
  18. 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
    Wed Sep 17 15:37:29 UTC 2025
      181.5K bytes
      Cache
     
  19. 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
    Tue Sep 16 14:38:52 UTC 2025
      52.9K bytes
     
  20. 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
    Wed Sep 17 19:57:59 UTC 2025
      115.6K bytes
      Cache
     
Back to top