Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 33 for noob (0.3 sec)

  1. OOB Errors for Random Forests — scikit-learn 1....

    Record the OOB error for each `n_estimators=i` setting. oob_error...clf . oob_score_ error_rate [ label ] . append (( i , oob_error...
    scikit-learn.org/stable/auto_examples/ensemble/plot_ensemble_oob.html
    Mon Jul 07 14:36:35 UTC 2025
      93.9K bytes
      Cache
     
  2. auto_examples_jupyter.zip

    label=\"OOB loss\", color=oob_color, linestyle=oob_line)\nplt.plot(x,...line(x=oob_best_iter, color=oob_color, linestyle=oob_line)\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Mon Jul 07 14:36:32 UTC 2025
      2.2M bytes
      2 views
     
  3. Gradient Boosting Out-of-Bag estimates — scikit...

    label = "OOB loss" , color = oob_color , linestyle = oob_line )...x = oob_best_iter , color = oob_color , linestyle = oob_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Mon Jul 07 14:36:35 UTC 2025
      112K bytes
      Cache
     
  4. Ensemble methods — scikit-learn 1.7.0 documenta...

    Decision Trees OOB Errors for Random Forests OOB Errors for Random...
    scikit-learn.org/stable/auto_examples/ensemble/index.html
    Mon Jul 07 14:36:35 UTC 2025
      88.3K bytes
      Cache
     
  5. GradientBoostingClassifier — scikit-learn 1.7.0...

    oob_improvement_ ndarray of shape...relative to the previous iteration. oob_improvement_[0] is the improvement...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon Jul 07 14:36:34 UTC 2025
      180K bytes
      Cache
     
  6. ExtraTreesRegressor — scikit-learn 1.7.0 docume...

    attribute exists only when oob_score is True. oob_prediction_ ndarray...= 0.0 , bootstrap = False , oob_score = False , n_jobs = None...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Jul 07 14:36:35 UTC 2025
      162.2K bytes
      Cache
     
  7. BaggingRegressor — scikit-learn 1.7.0 documenta...

    attribute exists only when oob_score is True. oob_prediction_ ndarray...bootstrap_features = False , oob_score = False , warm_start =...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Mon Jul 07 14:36:34 UTC 2025
      147.9K bytes
      Cache
     
  8. RandomForestClassifier — scikit-learn 1.7.0 doc...

    attribute exists only when oob_score is True. oob_decision_function_...Inductive Clustering OOB Errors for Random Forests OOB Errors for Random...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Mon Jul 07 14:36:32 UTC 2025
      182K bytes
      Cache
     
  9. ExtraTreesClassifier — scikit-learn 1.7.0 docum...

    attribute exists only when oob_score is True. oob_decision_function_...= 0.0 , bootstrap = False , oob_score = False , n_jobs = None...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Mon Jul 07 14:36:32 UTC 2025
      167.6K bytes
      Cache
     
  10. BaggingClassifier — scikit-learn 1.7.0 document...

    attribute exists only when oob_score is True. oob_decision_function_...bootstrap_features = False , oob_score = False , warm_start =...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
    Mon Jul 07 14:36:34 UTC 2025
      153.9K bytes
      Cache
     
Back to top