zachmayer / caretEnsemble

caret models all the way down :turtle:
http://zachmayer.github.io/caretEnsemble/
Other
226 stars 75 forks source link

update.caretEnsemble to run more iterations #67

Closed zachmayer closed 1 month ago

zachmayer commented 9 years ago

If the user decides the model needs some more iterations.

Maybe one of the graphs should be a "convergence" graph that shows the error decreasing over time? And if the error looks like it's still going down, the user could call update to run more iterations?

jknowles commented 9 years ago

This looks like a really good idea. We should play around with this too and see if we can't document some sensible defaults for users as well.