Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 300 of 858 for test (0.14 sec)

  1. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Thu Apr 18 11:07:00 UTC 2024
      118K bytes
      Cache
     
  2. sklearn.naive_bayes.CategoricalNB — scikit-lear...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Thu Apr 18 11:07:01 UTC 2024
      66.7K bytes
      Cache
     
  3. 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
    Thu Apr 18 11:07:00 UTC 2024
      95K bytes
      Cache
     
  4. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Thu Apr 18 11:07:01 UTC 2024
      48.4K bytes
      1 views
      Cache
     
  5. sklearn.calibration.CalibrationDisplay — scikit...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Thu Apr 18 11:07:00 UTC 2024
      50.6K bytes
      Cache
     
  6. sklearn.feature_selection.SelectFpr — scikit-le...

    a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Thu Apr 18 11:06:59 UTC 2024
      45.7K bytes
      Cache
     
  7. Elastic on Elastic: How InfoSec uses the Elasti...

    allowing us to test fields or dashboards without...'https://qualysapi.xxx.apps.qualys.com/qps/rest/2.0/update/am/tag' \ --location...
    www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management
    Fri Apr 19 00:58:54 UTC 2024
      692.9K bytes
      Cache
     
  8. sklearn.metrics.PrecisionRecallDisplay — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Thu Apr 18 11:07:00 UTC 2024
      59K bytes
      Cache
     
  9. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Thu Apr 18 11:07:01 UTC 2024
      59K bytes
      Cache
     
  10. sklearn.semi_supervised.LabelPropagation — scik...

    the mean accuracy on the given test data and labels. set_params...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Thu Apr 18 11:07:01 UTC 2024
      43.5K bytes
      Cache
     
  11. A pastor vows to fight Satan’s influence at lib...

    over its public library is testing its reputation for welcoming...residents see the library fight as a test of what type city Metropolis...
    www.nbcnews.com/news/us-news/metropolis-illinois-library-books-battle-superman-rcna148352
    Fri Apr 19 00:56:48 UTC 2024
      330.1K bytes
      Cache
     
  12. RBF SVM parameters — scikit-learn 1.4.2 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Thu Apr 18 11:07:00 UTC 2024
      54.9K bytes
      Cache
     
  13. 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
    Thu Apr 18 11:07:01 UTC 2024
      48.8K bytes
      Cache
     
  14. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Thu Apr 18 11:07:01 UTC 2024
      33.6K bytes
      Cache
     
  15. 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
    Thu Apr 18 11:07:01 UTC 2024
      34.9K bytes
      Cache
     
  16. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Thu Apr 18 11:07:00 UTC 2024
      91.7K bytes
      Cache
     
  17. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Thu Apr 18 11:07:00 UTC 2024
      41K bytes
      Cache
     
  18. Effect of varying threshold for self-training —...

    train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Thu Apr 18 11:07:00 UTC 2024
      39.2K bytes
      Cache
     
  19. 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
    Thu Apr 18 11:07:00 UTC 2024
      35K bytes
      Cache
     
  20. 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
    Thu Apr 18 11:06:59 UTC 2024
      61.8K bytes
      Cache
     
Back to top