Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
     
  2. Official Elasticsearch Pricing: Elastic Cloud, ...

    Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....
    www.elastic.co/pricing
    Tue Apr 16 00:06:30 UTC 2024
      531.8K bytes
      Cache
     
  3. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Apr 15 14:09:27 UTC 2024
      1.6M bytes
      3 views
     
  4. 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
     
  5. xz-utils backdoor situation · GitHub

    There are crafted test files in the tests/ folder within the...package: if test -f "$srcdir/debian/rules" || test "x$RPM_ARCH"...
    gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27
    Sun Mar 31 00:44:31 UTC 2024
      289.5K bytes
      Cache
     
  6. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Mon Apr 15 14:09:29 UTC 2024
      4.9K bytes
      1 views
     
  7. 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
     
  8. sklearn.multiclass.OutputCodeClassifier — sciki...

    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.multiclass.OutputCodeClassifier.html
    Mon Apr 15 14:09:29 UTC 2024
      44.6K bytes
      Cache
     
  9. 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
     
  10. 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
     
  11. 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
     
  12. sklearn.svm.SVC — scikit-learn 1.4.2 documentation

    cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Mon Apr 15 14:09:27 UTC 2024
      92.1K bytes
      Cache
     
  13. 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
     
  14. sklearn.feature_selection.f_regression — scikit...

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Mon Apr 15 14:09:28 UTC 2024
      28.2K bytes
      Cache
     
  15. sklearn.datasets.fetch_20newsgroups_vectorized ...

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon Apr 15 14:09:28 UTC 2024
      26.1K bytes
      Cache
     
  16. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Apr 15 14:09:28 UTC 2024
      52.7K bytes
     
  17. 145 Secret File :: Quicker, easier and cheaper ...

    it alone works How to test Don’t test me IO # Input Output 0...
    tinytapeout.com/runs/tt02/145/
    Fri Apr 05 01:13:53 UTC 2024
      106.1K bytes
      Cache
     
  18. sklearn.model_selection.learning_curve — scikit...

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Apr 15 14:09:27 UTC 2024
      32.2K bytes
      Cache
     
  19. sklearn.covariance.GraphicalLassoCV — scikit-le...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Mon Apr 15 14:09:29 UTC 2024
      56.1K bytes
      Cache
     
  20. 6.3. Preprocessing data — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Mon Apr 15 14:09:27 UTC 2024
      170.5K bytes
      Cache
     
Back to top