Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 859 for tests (0.13 sec)

  1. 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
    Sun Jun 29 19:04:30 UTC 2025
      198.2K bytes
      Cache
     
  2. 11. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Sun Jun 29 19:04:30 UTC 2025
      102.8K bytes
      Cache
     
  3. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Sun Jun 29 19:04:30 UTC 2025
      158K bytes
      Cache
     
  4. Introducing Elastic Observability's new Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/observability-labs/blog/new-synthetic-monitoring-observability
    Tue Jun 17 18:35:47 UTC 2025
      66.1K bytes
      Cache
     
  5. 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
    Sun Jun 29 19:04:30 UTC 2025
      20.2K bytes
      1 views
     
  6. PredefinedSplit — scikit-learn 1.7.0 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Sun Jun 29 19:04:30 UTC 2025
      115.7K bytes
      Cache
     
  7. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Sun Jun 29 19:04:31 UTC 2025
      192K bytes
      Cache
     
  8. StratifiedGroupKFold — scikit-learn 1.7.0 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Sun Jun 29 19:04:30 UTC 2025
      129.9K bytes
      Cache
     
  9. Ordinary Least Squares Example — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Thu Jun 05 00:23:02 UTC 2025
      96.1K bytes
      Cache
     
  10. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Sun Jun 29 19:04:30 UTC 2025
      115.1K bytes
      Cache
     
Back to top