Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 1,621 for test (0.19 sec)

  1. 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
    Wed Mar 27 16:42:11 UTC 2024
      34.9K bytes
      Cache
     
  2. 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
    Wed Mar 27 16:42:11 UTC 2024
      30.1K bytes
      Cache
     
  3. Open source full text search server – roadmap

    ARCHIVES Support Open source full text search server – roadmap This...
    fess.codelibs.org/roadmap.html
    Wed Mar 27 02:39:17 UTC 2024
      12.3K bytes
      7 views
      Cache
     
  4. 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
    Wed Mar 27 16:42:11 UTC 2024
      32.2K bytes
      Cache
     
  5. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Wed Mar 27 16:42:11 UTC 2024
      2.1M bytes
      2 views
     
  6. sklearn.semi_supervised.LabelSpreading — scikit...

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Wed Mar 27 16:42:10 UTC 2024
      48.4K bytes
      Cache
     
  7. 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
    Wed Mar 27 16:42:11 UTC 2024
      66.3K bytes
      Cache
     
  8. sklearn.preprocessing.quantile_transform — scik...

    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.quantile_transform.html
    Wed Mar 27 16:42:10 UTC 2024
      26.5K bytes
      Cache
     
  9. Examples — scikit-learn 1.4.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Wed Mar 27 16:42:10 UTC 2024
      184.6K bytes
      Cache
     
  10. sklearn.discriminant_analysis.LinearDiscriminan...

    the mean accuracy on the given test data and labels. set_output...n_features) Array of samples (test vectors). Returns : C ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Wed Mar 27 16:42:10 UTC 2024
      68.5K bytes
      Cache
     
  11. 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
    Wed Mar 27 16:42:11 UTC 2024
      25.2K bytes
      Cache
     
  12. Baba Entertainment uses Elastic for gaming data...

    Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...
    www.elastic.co/customer/baba-entertainment
    Thu Mar 28 01:05:33 UTC 2024
      594.2K bytes
      Cache
     
  13. 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
    Wed Mar 27 16:42:11 UTC 2024
      118.5K bytes
      2 views
     
  14. 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
    Wed Mar 27 16:42:10 UTC 2024
      96.5K bytes
      Cache
     
  15. 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
    Wed Mar 27 16:42:11 UTC 2024
      62.5K bytes
      Cache
     
  16. sklearn.linear_model.ElasticNetCV — scikit-lear...

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Wed Mar 27 16:42:10 UTC 2024
      75.9K bytes
      Cache
     
  17. sklearn.naive_bayes.GaussianNB — scikit-learn 1...

    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.GaussianNB.html
    Wed Mar 27 16:42:10 UTC 2024
      69.3K bytes
      Cache
     
  18. Installing the development version of scikit-le...

    Test dependencies Running tests requires: pytest...dependencies Build dependencies Test dependencies Building a specific...
    scikit-learn.org/stable/developers/advanced_installation.html
    Wed Mar 27 16:42:10 UTC 2024
      55.6K bytes
      Cache
     
  19. sklearn.naive_bayes.BernoulliNB — 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.BernoulliNB.html
    Wed Mar 27 16:42:10 UTC 2024
      66.8K bytes
      Cache
     
  20. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Tue Mar 26 15:09:55 UTC 2024
      62K bytes
      Cache
     
Back to top