Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 280 of 884 for test (0.13 sec)

  1. 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
    Wed Mar 27 16:42:11 UTC 2024
      35K bytes
      Cache
     
  2. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Wed Mar 27 16:42:11 UTC 2024
      39.3K bytes
      Cache
     
  3. sklearn.linear_model.SGDRegressor — scikit-lear...

    n_features) Test samples. For some estimators...training will stop when (loss > best_loss - tol) for n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Wed Mar 27 16:42:10 UTC 2024
      81.6K bytes
      Cache
     
  4. Synthetisches Monitoring mit Elastic Observabil...

    Mehr erfahren Tests und Monitoring sind zwei Seiten...Schreiben und verifizieren Sie Tests in Präproduktionsumgebunge und...
    www.elastic.co/de/observability/synthetic-monitoring
    Wed Mar 27 00:48:30 UTC 2024
      552.3K bytes
      Cache
     
  5. Elastic Dropbox connector reference | Enterpris...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=dropbox For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-dropbox.html
    Wed Mar 27 15:32:02 UTC 2024
      58.9K bytes
      Cache
     
  6. Elastic Confluence connector reference | Enterp...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=confluence For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-confluence.html
    Wed Mar 27 15:32:02 UTC 2024
      56.9K bytes
      Cache
     
  7. Overview of multiclass training meta-estimators...

    examples Nested versus non-nested cross-validation Nested versus..."DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Wed Mar 27 16:42:11 UTC 2024
      49.9K bytes
      Cache
     
  8. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Wed Mar 27 16:42:11 UTC 2024
      57.2K bytes
      Cache
     
  9. 1.13. Feature selection — scikit-learn 1.4.1 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
    Wed Mar 27 16:42:11 UTC 2024
      54.1K bytes
      Cache
     
  10. 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
    Wed Mar 27 16:42:11 UTC 2024
      28K bytes
      Cache
     
  11. 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
    Wed Mar 27 16:42:11 UTC 2024
      37K bytes
      Cache
     
  12. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Wed Mar 27 16:42:11 UTC 2024
      78.6K bytes
      Cache
     
  13. Installing scikit-learn — scikit-learn 1.4.1 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Wed Mar 27 16:42:11 UTC 2024
      37.3K bytes
      Cache
     
  14. Developer’s Guide — scikit-learn 1.4.1 document...

    on GitHub Actions Testing and improving test coverage Writing...matplotlib related tests Workflow to improve test coverage Monitoring...
    scikit-learn.org/stable/developers/index.html
    Wed Mar 27 16:42:11 UTC 2024
      38.9K bytes
      Cache
     
  15. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Wed Mar 27 16:42:11 UTC 2024
      33.4K bytes
      Cache
     
  16. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Wed Mar 27 16:42:11 UTC 2024
      52.4K bytes
      Cache
     
  17. sklearn.impute.IterativeImputer — scikit-learn ...

    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.IterativeImputer.html
    Wed Mar 27 16:42:11 UTC 2024
      61.8K bytes
      Cache
     
  18. GMM covariances — scikit-learn 1.4.1 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Wed Mar 27 16:42:10 UTC 2024
      45.5K bytes
      Cache
     
  19. Precision-Recall — scikit-learn 1.4.1 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Wed Mar 27 16:42:11 UTC 2024
      76.2K bytes
      Cache
     
  20. Demonstration of multi-metric evaluation on cro...

    The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Wed Mar 27 16:42:11 UTC 2024
      38.4K bytes
      Cache
     
Back to top