Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 1,344 for test (0.39 sec)

  1. 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
    Sun Jun 29 19:04:30 UTC 2025
      16.3K bytes
     
  2. feed

    code => " nested_data = event.get('nested') if nested_data.is_a?(Hash)..."properties": { "text": { "type": "text" }, "text_semantic": { "type":...
    www.elastic.co/search-labs/rss/feed
    Tue Jul 01 00:55:07 UTC 2025
      1.7M bytes
     
  3. 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
    Tue Jul 01 00:50:42 UTC 2025
      581.4K bytes
      1 views
      Cache
     
  4. 7.3. Preprocessing data — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:28 UTC 2025
      198.2K bytes
      Cache
     
  5. 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
    Sun Jun 29 19:04:30 UTC 2025
      36.8K bytes
     
  6. GraphicalLassoCV — scikit-learn 1.7.0 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
    Sun Jun 29 19:04:30 UTC 2025
      139.9K bytes
      Cache
     
  7. StratifiedKFold — scikit-learn 1.7.0 documentation

    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.StratifiedKFold.html
    Sun Jun 29 19:04:30 UTC 2025
      124.7K bytes
      Cache
     
  8. RidgeCV — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:30 UTC 2025
      150.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
    Sun Jun 29 19:04:30 UTC 2025
      52.9K bytes
     
  10. 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
    Sun Jun 29 19:04:30 UTC 2025
      14.5K bytes
      3 views
     
Back to top