Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 180 of 599 for test (0.15 sec)

  1. 3.4. Validation curves: plotting scores to eval...

    compute the score on another test set. However, it is sometimes...that the first estimator can at best provide only a poor fit to the...
    scikit-learn.org/stable/modules/learning_curve.html
    Fri May 03 17:04:24 UTC 2024
      33.1K bytes
      Cache
     
  2. sklearn.ensemble.GradientBoostingRegressor — sc...

    X_test , y_train , y_test = train_test_split ( ......>>> reg . score ( X_test , y_test ) 0.4... Methods apply (X)...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Fri May 03 17:04:24 UTC 2024
      85.4K bytes
      Cache
     
  3. sklearn.linear_model.BayesianRidge — scikit-lea...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Fri May 03 17:04:24 UTC 2024
      63K bytes
      Cache
     
  4. sklearn.ensemble.BaggingRegressor — scikit-lear...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Fri May 03 17:04:25 UTC 2024
      59.4K bytes
      Cache
     
  5. sklearn.svm.SVR — scikit-learn 1.4.2 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Fri May 03 17:04:24 UTC 2024
      58.1K bytes
      Cache
     
  6. sklearn.gaussian_process.GaussianProcessRegress...

    n_features) Test samples. For some estimators...theta .... # Returned are the best found hyperparameters theta...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Fri May 03 17:04:24 UTC 2024
      72.2K bytes
      Cache
     
  7. 1.7. Gaussian Processes — scikit-learn 1.4.2 do...

    = noise\_level \text{ if } x_i == x_j \text{ else } 0\] 1.7.4.2....probabilistic classification, where test predictions take the form of...
    scikit-learn.org/stable/modules/gaussian_process.html
    Fri May 03 17:04:24 UTC 2024
      63.4K bytes
      Cache
     
  8. sklearn.linear_model.GammaRegressor — scikit-le...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Fri May 03 17:04:25 UTC 2024
      51.8K bytes
      Cache
     
  9. sklearn.linear_model.Lasso — scikit-learn 1.4.2...

    n_features) Test samples. For some estimators...tol times \(||y||_2^2 / n_{\text{samples}}\) . The target can...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Fri May 03 17:04:24 UTC 2024
      78.6K bytes
      Cache
     
  10. sklearn.linear_model.TweedieRegressor — scikit-...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Fri May 03 17:04:24 UTC 2024
      54.4K bytes
      Cache
     
  11. sklearn.impute.SimpleImputer — scikit-learn 1.4...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Fri May 03 17:04:24 UTC 2024
      56.9K bytes
      Cache
     
  12. sklearn.cross_decomposition.PLSRegression — sci...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Fri May 03 17:04:24 UTC 2024
      75.7K bytes
      Cache
     
  13. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Fri May 03 17:04:25 UTC 2024
      39.5K bytes
      Cache
     
  14. sklearn.linear_model.RANSACRegressor — scikit-l...

    the mean accuracy on the given test data, which is used for the...Attributes : estimator_ object Best fitted model (copy of the estimator...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Fri May 03 17:04:24 UTC 2024
      52.8K bytes
      Cache
     
  15. sklearn.linear_model.HuberRegressor — scikit-le...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Fri May 03 17:04:25 UTC 2024
      58.1K bytes
      Cache
     
  16. 2.6. Covariance estimation — scikit-learn 1.4.2...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Fri May 03 17:04:24 UTC 2024
      41.9K bytes
      Cache
     
  17. 8.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Fri May 03 17:04:24 UTC 2024
      43.3K bytes
      Cache
     
  18. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Fri May 03 17:04:24 UTC 2024
      48.8K bytes
      Cache
     
  19. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Fri May 03 17:04:25 UTC 2024
      50K bytes
      Cache
     
  20. Balance model complexity and cross-validated sc...

    deviation of the best `mean_test_score`. """ best_score_idx = np...][ best_score_idx ] - cv_results [ "std_test_score" ][ best_score_idx...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Fri May 03 17:04:25 UTC 2024
      37K bytes
      Cache
     
Back to top