Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 1,340 for test (0.1 sec)

  1. CalibratedClassifierCV — scikit-learn 1.7.1 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Tue Aug 19 13:22:51 UTC 2025
      154.4K bytes
      Cache
     
  2. AdaBoostClassifier — scikit-learn 1.7.1 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Tue Aug 19 13:22:51 UTC 2025
      157.8K bytes
      Cache
     
  3. minmax_scale — scikit-learn 1.7.1 documentation

    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
    Tue Aug 19 13:22:51 UTC 2025
      115.6K bytes
      Cache
     
  4. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Tue Aug 19 13:22:49 UTC 2025
      16.3K bytes
     
  5. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...
    scikit-learn.org/stable/modules/calibration.html
    Tue Aug 19 13:22:48 UTC 2025
      63.3K bytes
      Cache
     
  6. 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
    Sat Aug 16 15:30:00 UTC 2025
      132.2K bytes
      3 views
     
  7. f_regression — scikit-learn 1.7.1 documentation

    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
    Tue Aug 19 13:22:49 UTC 2025
      118.1K bytes
      Cache
     
  8. GraphicalLassoCV — scikit-learn 1.7.1 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Tue Aug 19 13:22:49 UTC 2025
      140.3K bytes
      Cache
     
  9. ElasticNet — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Tue Aug 19 13:22:51 UTC 2025
      166.2K bytes
      Cache
     
  10. TunedThresholdClassifierCV — scikit-learn 1.7.1...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Tue Aug 19 13:22:51 UTC 2025
      148.3K bytes
      Cache
     
Back to top