Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 1,339 for test (0.15 sec)

  1. cross_validate — scikit-learn 1.7.1 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Aug 18 14:45:00 UTC 2025
      138.3K 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
    Mon Aug 18 14:45:00 UTC 2025
      157.8K bytes
      Cache
     
  3. 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
    Mon Aug 18 14:44:57 UTC 2025
      154.4K 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
    Sat Aug 16 15:30:00 UTC 2025
      16.3K bytes
     
  5. 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
    Mon Aug 18 14:44:57 UTC 2025
      166.2K bytes
      Cache
     
  6. 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
    Mon Aug 18 14:44:57 UTC 2025
      115.6K bytes
      Cache
     
  7. 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
    Mon Aug 18 14:44:57 UTC 2025
      140.3K bytes
      Cache
     
  8. 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
    Mon Aug 18 14:44:58 UTC 2025
      148.3K bytes
      Cache
     
  9. LearningCurveDisplay — scikit-learn 1.7.1 docum...

    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 Aug 18 14:44:57 UTC 2025
      144.5K bytes
      Cache
     
  10. 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
    Tue Aug 19 13:22:51 UTC 2025
      162.2K bytes
      1 views
      Cache
     
Back to top