Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,304 for test (0.59 sec)

  1. ShuffleSplit — scikit-learn 1.7.1 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Thu Jul 17 15:32:17 UTC 2025
      124.6K bytes
      Cache
     
  2. 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 Jul 18 00:06:06 UTC 2025
      545.1K 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
    Wed Jul 16 16:04:04 UTC 2025
      16.3K bytes
     
  4. 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
    Thu Jul 17 15:32:17 UTC 2025
      166.2K bytes
      Cache
     
  5. StratifiedShuffleSplit — scikit-learn 1.7.1 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Thu Jul 17 15:32:16 UTC 2025
      122.5K bytes
      Cache
     
  6. class_likelihood_ratios — scikit-learn 1.7.1 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Thu Jul 17 15:32:16 UTC 2025
      122.5K bytes
      Cache
     
  7. GroupShuffleSplit — scikit-learn 1.7.1 document...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Thu Jul 17 15:32:17 UTC 2025
      128.2K bytes
      Cache
     
  8. 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
    Thu Jul 17 15:32:17 UTC 2025
      140.3K bytes
      Cache
     
  9. 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 Jul 14 17:22:21 UTC 2025
      52.9K bytes
     
  10. Contributing — scikit-learn 1.7.1 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/stable/developers/contributing.html
    Thu Jul 17 15:32:16 UTC 2025
      140.2K bytes
      1 views
      Cache
     
Back to top