Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 828 for test (0.25 sec)

  1. sklearn.feature_selection.chi2 — scikit-learn 1...

    with the highest values for the test chi-squared statistic from X,...classes. Recall that the chi-square test measures dependence between...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Thu Apr 18 11:06:59 UTC 2024
      20.6K bytes
      Cache
     
  2. Don't Be Email | MetaFilter

    clearly intended to beat a drug test, as the e-mail confirmation...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/203149/Dont-Be-Email
    Tue Apr 02 00:46:28 UTC 2024
      35.8K bytes
      Cache
     
  3. sklearn.model_selection.cross_val_predict — sci...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Thu Apr 18 11:07:00 UTC 2024
      30.4K bytes
      Cache
     
  4. sklearn.decomposition.SparsePCA — scikit-learn ...

    n_features) Test data to be transformed, must...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html
    Thu Apr 18 11:07:01 UTC 2024
      47.9K bytes
      Cache
     
  5. sklearn.model_selection.RandomizedSearchCV — sc...

    the attributes best_index_ , best_score_ and best_params_ will...param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Thu Apr 18 11:06:59 UTC 2024
      82.6K bytes
      Cache
     
  6. sklearn.linear_model.QuantileRegressor — scikit...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Thu Apr 18 11:06:59 UTC 2024
      52.6K bytes
      Cache
     
  7. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Thu Apr 18 11:06:59 UTC 2024
      46.3K bytes
      Cache
     
  8. sklearn.linear_model.OrthogonalMatchingPursuit ...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Thu Apr 18 11:07:01 UTC 2024
      46.1K bytes
      1 views
      Cache
     
  9. sklearn.neural_network.MLPClassifier — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Thu Apr 18 11:06:59 UTC 2024
      71.2K bytes
      Cache
     
  10. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Thu Apr 18 11:07:01 UTC 2024
      55.8K bytes
      Cache
     
  11. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...Then its predictions on the test subset are used to fit a calibrator...
    scikit-learn.org/stable/modules/calibration.html
    Thu Apr 18 11:06:59 UTC 2024
      42.8K bytes
      Cache
     
  12. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Thu Apr 18 11:07:01 UTC 2024
      23.4K bytes
      2 views
     
  13. plot_release_highlights_1_4_0.ipynb

    X_test, y_train, y_test = train_test_split(X_adult,...(X_test)\nprint(f\"ROC AUC score is {roc_auc_score(y_test, y_decision)}\")"...
    scikit-learn.org/stable/_downloads/53490cdb42c3c07ba8cccd1c4ed4dca4/plot_release_highlights_1_4_0...
    Thu Apr 18 11:07:00 UTC 2024
      10.7K bytes
     
  14. sklearn.feature_selection.mutual_info_regressio...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Thu Apr 18 11:06:59 UTC 2024
      23.4K bytes
      Cache
     
  15. sklearn.model_selection.GridSearchCV — scikit-l...

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Thu Apr 18 11:07:01 UTC 2024
      94.3K bytes
      Cache
     
  16. sklearn.datasets.make_regression — scikit-learn...

    Train error vs Test error Train error vs Test error Effect of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Thu Apr 18 11:07:00 UTC 2024
      28.6K bytes
      Cache
     
  17. sklearn.covariance.LedoitWolf — scikit-learn 1....

    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.LedoitWolf.html
    Thu Apr 18 11:07:01 UTC 2024
      50K bytes
      Cache
     
  18. sklearn.ensemble.StackingClassifier — scikit-le...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... Methods decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Thu Apr 18 11:06:59 UTC 2024
      77.6K bytes
      Cache
     
  19. sklearn.ensemble.ExtraTreesRegressor — scikit-l...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Thu Apr 18 11:07:01 UTC 2024
      77.8K bytes
      Cache
     
  20. sklearn.datasets.load_iris — scikit-learn 1.4.2...

    (ROC) Nested versus non-nested cross-validation Nested versus...(ROC) with cross validation Test with permutations the significance...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html
    Thu Apr 18 11:07:00 UTC 2024
      42.2K bytes
      Cache
     
Back to top