Closed coforfe closed 6 years ago
The development branch now has the hooks to report diagnostics back to the user. Although these were introduced to report the state of coprocessor involvement, the underlying mechanism should be versatile enough to support verbose observations. IOW, we should see something in the next release.
Initial support for verbose has been introduced. Progress is announced as each major phase is completed. The option will become a bit more informative when training is performed in batches, rather than en banc.
It would be interesting to include in
RBorist
a functionality that packageranger
has already implemented.ranger
package has a nice feature that although it is purely informative, it helps monitor the progress during the model execution.The output of a
ranger
model with this verbosity activated is like this:Thanks, Carlos.