Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 1,338 for test (0.26 sec)

  1. CalibratedClassifierCV — scikit-learn 1.7.1 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
    Mon Aug 18 14:44:57 UTC 2025
      154.4K bytes
      Cache
     
  2. minmax_scale — scikit-learn 1.7.1 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
    Mon Aug 18 14:44:57 UTC 2025
      115.6K bytes
      Cache
     
  3. 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
    Sat Aug 16 15:30:00 UTC 2025
      16.3K bytes
     
  4. fetch_species_distributions — scikit-learn 1.7....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Mon Aug 18 14:45:00 UTC 2025
      112.7K bytes
      Cache
     
  5. Overview | Elastic Docs

    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 Aug 19 00:48:44 UTC 2025
      185.9K bytes
      Cache
     
  6. TunedThresholdClassifierCV — scikit-learn 1.7.1...

    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
    Mon Aug 18 14:44:58 UTC 2025
      148.3K bytes
      Cache
     
  7. 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
    Mon Aug 18 01:19:34 UTC 2025
      474.3K bytes
      Cache
     
  8. ElasticNet — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Mon Aug 18 14:44:57 UTC 2025
      166.2K bytes
      Cache
     
  9. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Aug 18 14:44:58 UTC 2025
      1.7M bytes
      7 views
     
  10. GraphicalLassoCV — scikit-learn 1.7.1 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
    Mon Aug 18 14:44:57 UTC 2025
      140.3K bytes
      Cache
     
Back to top