Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 931 for tests (0.05 sec)

  1. Model Complexity Influence — scikit-learn 1.6.1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Tue Feb 04 08:40:42 UTC 2025
      125.7K bytes
      Cache
     
  2. GraphicalLasso — scikit-learn 1.6.1 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Tue Feb 04 08:40:45 UTC 2025
      132.4K bytes
      Cache
     
  3. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Tue Feb 04 08:40:45 UTC 2025
      152.2K bytes
      Cache
     
  4. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Tue Feb 04 08:40:45 UTC 2025
      118.7K bytes
      Cache
     
  5. Version 0.13 — scikit-learn 1.6.1 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Tue Feb 04 08:40:45 UTC 2025
      72.1K bytes
      Cache
      Similar Results (1)
     
  6. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Thu Jan 30 15:38:19 UTC 2025
      4.8K bytes
      1 views
     
  7. GraphicalLassoCV — scikit-learn 1.6.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
    Tue Feb 04 08:40:43 UTC 2025
      139.5K bytes
      Cache
     
  8. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Tue Feb 04 08:40:42 UTC 2025
      159.9K bytes
      Cache
     
  9. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Tue Feb 04 08:40:42 UTC 2025
      125K bytes
      Cache
     
  10. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Tue Feb 04 08:40:45 UTC 2025
      124K bytes
      Cache
     
Back to top