Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 107 for tests (0.09 sec)

  1. Orthogonal Matching Pursuit — scikit-learn 1.5....

    Train error vs Test error Train error vs Test error Feature agglomeration...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Fri May 31 14:06:06 UTC 2024
      96.6K bytes
      Cache
     
  2. Caching nearest neighbors — scikit-learn 1.5.0 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Fri May 31 14:06:06 UTC 2024
      93K bytes
      Cache
     
  3. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Fri May 31 14:06:06 UTC 2024
      97.5K bytes
      Cache
     
  4. Version 0.13 — scikit-learn 1.5.0 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
    Fri May 31 14:06:06 UTC 2024
      76.8K bytes
      Cache
      Similar Results (1)
     
  5. 7.4. Loading other datasets — scikit-learn 1.5....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Fri May 31 14:06:04 UTC 2024
      65.9K bytes
      Cache
     
  6. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Fri May 31 14:06:04 UTC 2024
      90.1K bytes
      Cache
     
  7. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Fri May 31 14:06:07 UTC 2024
      72.4K bytes
      Cache
     
  8. Utilities for Developers — scikit-learn 1.6.dev...

    repeatability issues in unit tests. Instead, a numpy.random.RandomState...from graph_shortest_path . Testing Functions # discovery.all_estimators...
    scikit-learn.org/dev/developers/utilities.html
    Fri May 31 14:06:05 UTC 2024
      52.6K bytes
      Cache
     
  9. 1.13. Feature selection — scikit-learn 1.5.0 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Fri May 31 14:06:07 UTC 2024
      78.4K bytes
      Cache
     
  10. 3. Model selection and evaluation — scikit-lear...

    Permutation test score 3.2. Tuning the hyper-parameters...
    scikit-learn.org/stable/model_selection.html
    Fri May 31 14:06:06 UTC 2024
      39K bytes
      Cache
     
Back to top