Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 142 for test (0.08 sec)

  1. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Fri May 31 14:06:04 UTC 2024
      97.3K bytes
      Cache
     
  2. 1.13. Feature selection — scikit-learn 1.5.0 do...

    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/modules/feature_selection.html
    Fri May 31 14:06:07 UTC 2024
      78.4K 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. 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
     
  5. 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
     
  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. 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
     
  8. Getting Started — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/getting_started.html
    Fri May 31 14:06:07 UTC 2024
      52.8K bytes
      Cache
      Similar Results (1)
     
  9. Cython Best Practices, Conventions and Knowledg...

    print ( f "{test_val=}" ) scikit-learn codebase...to top Ctrl + K GitHub Cython Best Practices, Conventions and Knowledge...
    scikit-learn.org/dev/developers/cython.html
    Fri May 31 14:06:03 UTC 2024
      36.5K 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