Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 597 for test (0.09 sec)

  1. sklearn.ensemble.ExtraTreesClassifier — scikit-...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Sun May 19 20:00:39 UTC 2024
      83.2K bytes
      Cache
     
  2. 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
    Sun May 19 20:00:39 UTC 2024
      52.6K bytes
      Cache
     
  3. 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
    Sun May 19 20:00:39 UTC 2024
      23.4K bytes
      Cache
     
  4. 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
    Sun May 19 20:00:39 UTC 2024
      46.1K bytes
      1 views
      Cache
     
  5. 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
    Sun May 19 20:00:39 UTC 2024
      28.6K bytes
      Cache
     
  6. sklearn.ensemble.RandomForestClassifier — sciki...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Sun May 19 20:00:39 UTC 2024
      96.3K bytes
      Cache
     
  7. 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
    Sun May 19 20:00:39 UTC 2024
      77.6K bytes
      Cache
     
  8. 7.4. Loading other datasets — scikit-learn 1.4....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Sun May 19 20:00:39 UTC 2024
      44.9K bytes
      Cache
     
  9. 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
    Sun May 19 20:00:39 UTC 2024
      55.8K bytes
      Cache
     
  10. 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
    Sun May 19 20:00:39 UTC 2024
      42.8K bytes
      Cache
     
Back to top