Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 610 for test (0.11 sec)

  1. 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
    Sat May 04 16:42:15 UTC 2024
      42.8K bytes
      Cache
     
  2. 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
    Sat May 04 16:42:15 UTC 2024
      23.4K bytes
      2 views
     
  3. The survival of this ancient language is as mys...

    ) I'm not sure his test on the matter (having Basque...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/203578/The-survival-of-this-ancient-language-is-as-mysterious-as-its-origins
    Sun May 05 00:49:47 UTC 2024
      35.2K bytes
      Cache
     
  4. 3.4. Validation curves: plotting scores to eval...

    compute the score on another test set. However, it is sometimes...that the first estimator can at best provide only a poor fit to the...
    scikit-learn.org/stable/modules/learning_curve.html
    Sat May 04 16:42:15 UTC 2024
      33.1K bytes
      Cache
     
  5. ensemble.rst.txt

    to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84......train_test_split >>> X_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Sat May 04 16:42:15 UTC 2024
      68.4K bytes
     
  6. sklearn.isotonic.IsotonicRegression — scikit-le...

    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.isotonic.IsotonicRegression.html
    Sat May 04 16:42:15 UTC 2024
      71.5K bytes
      Cache
     
  7. plot_release_highlights_1_4_0.rst.txt

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Sat May 04 16:42:14 UTC 2024
      40.9K bytes
     
  8. sklearn.ensemble.GradientBoostingRegressor — sc...

    X_test , y_train , y_test = train_test_split ( ......>>> reg . score ( X_test , y_test ) 0.4... Methods apply (X)...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html
    Sat May 04 16:42:15 UTC 2024
      85.4K bytes
      Cache
     
  9. 2.1. Gaussian mixture models — scikit-learn 1.4...

    Given test data, it can assign to each...
    scikit-learn.org/stable/modules/mixture.html
    Sat May 04 16:42:15 UTC 2024
      38.2K bytes
      Cache
     
  10. sklearn.impute.KNNImputer — scikit-learn 1.4.2 ...

    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.KNNImputer.html
    Sat May 04 16:42:15 UTC 2024
      45.6K bytes
      Cache
     
Back to top