Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 930 for tests (0.13 sec)

  1. 4.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Mon Feb 03 17:40:55 UTC 2025
      55.9K bytes
      Cache
     
  2. RBF SVM parameters — scikit-learn 1.6.1 documen...

    and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Tue Feb 04 08:40:44 UTC 2025
      118.8K bytes
      Cache
     
  3. Elastic Observability [8.17] | Elastic

    Write a synthetic test Write a synthetic test to check critical...browser monitors Write a synthetic test Configure individual monitors...
    www.elastic.co/guide/en/observability/current/index.html
    Wed Jan 29 22:30:32 UTC 2025
      71.3K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Tue Feb 04 08:40:44 UTC 2025
      155.8K bytes
      Cache
     
  5. Live updates: Judge halts Trump’s funding freez...

    Trump’s endorsement faces first tests of his presidency in Florida...endorsement will face the first tests of his second term today in...
    www.nbcnews.com/politics/politics-news/live-blog/trump-aid-freeze-immigration-dei-live-updates-rc...
    Wed Jan 29 00:56:48 UTC 2025
      2.1M bytes
      Cache
     
  6. LassoCV — scikit-learn 1.6.1 documentation

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Tue Feb 04 08:40:43 UTC 2025
      168.2K bytes
      Cache
     
  7. power_transform — scikit-learn 1.6.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.power_transform.html
    Tue Feb 04 08:40:44 UTC 2025
      113.1K bytes
      Cache
     
  8. Image denoising using kernel PCA — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Tue Feb 04 08:40:44 UTC 2025
      102.5K bytes
      Cache
     
  9. LeavePOut — scikit-learn 1.6.1 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.LeavePOut.html
    Tue Feb 04 08:40:45 UTC 2025
      116.8K bytes
      Cache
     
  10. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Mon Feb 03 17:40:52 UTC 2025
      83.8K bytes
      Cache
     
Back to top