Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 1,646 for test (0.12 sec)

  1. sklearn.metrics.class_likelihood_ratios — sciki...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Mon Apr 15 14:09:28 UTC 2024
      28.7K bytes
      Cache
     
  2. sklearn.model_selection.StratifiedGroupKFold — ...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Mon Apr 15 14:09:27 UTC 2024
      41K bytes
      Cache
     
  3. sklearn.model_selection.GroupKFold — scikit-lea...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Apr 15 14:09:28 UTC 2024
      36.8K bytes
      Cache
     
  4. feature_selection.rst.txt

    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/_sources/modules/feature_selection.rst.txt
    Mon Apr 15 14:09:29 UTC 2024
      14.3K bytes
      1 views
     
  5. Tar Trap Caught | MetaFilter

    valgrind complaint in automated testing of postgres, a few weeks earlier,...March 30 Injected through a test suite, I see. Clearly my failure...
    www.metafilter.com/203126/Tar-Trap-Caught
    Sun Mar 31 00:42:46 UTC 2024
      38.8K bytes
      Cache
     
  6. sklearn.model_selection.cross_validate — scikit...

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Apr 15 14:09:28 UTC 2024
      43.1K bytes
      Cache
     
  7. AI bots hallucinate software packages and devs ...

    rather than being a benign test, the results could have been...development – persist over time and to test whether invented package names...
    www.theregister.com/2024/03/28/ai_bots_hallucinate_software_packages/
    Sun Mar 31 01:14:04 UTC 2024
      91.3K bytes
      Cache
     
  8. sklearn.preprocessing.minmax_scale — scikit-lea...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Mon Apr 15 14:09:28 UTC 2024
      25.2K bytes
      Cache
     
  9. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Mon Apr 15 14:09:28 UTC 2024
      28.2K bytes
      Cache
     
  10. sklearn.naive_bayes.ComplementNB — scikit-learn...

    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.ComplementNB.html
    Mon Apr 15 14:09:28 UTC 2024
      67.8K bytes
      Cache
     
  11. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon Apr 15 14:09:28 UTC 2024
      56.8K bytes
      Cache
     
  12. sklearn.covariance.EllipticEnvelope — scikit-le...

    the mean accuracy on the given test data and labels. score_samples...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Mon Apr 15 14:09:29 UTC 2024
      66.3K bytes
      Cache
     
  13. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Apr 15 14:09:28 UTC 2024
      137.1K bytes
      Cache
     
  14. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Mon Apr 15 14:09:27 UTC 2024
      118.5K bytes
      2 views
     
  15. sklearn.linear_model.LassoCV — scikit-learn 1.4...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Apr 15 14:09:28 UTC 2024
      80.3K bytes
      Cache
     
  16. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    the mean accuracy on the given test data and labels. score ( X ,...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Mon Apr 15 14:09:29 UTC 2024
      23.9K bytes
      Cache
     
  17. sklearn.neural_network.MLPRegressor — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Apr 15 14:09:29 UTC 2024
      62.5K bytes
      Cache
     
  18. sklearn.model_selection.StratifiedKFold — sciki...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Apr 15 14:09:28 UTC 2024
      34.9K bytes
      Cache
     
  19. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon Apr 15 14:09:29 UTC 2024
      96.5K bytes
      Cache
     
  20. sklearn.model_selection.RepeatedKFold — scikit-...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Mon Apr 15 14:09:28 UTC 2024
      30.1K bytes
      Cache
     
Back to top