viisar / brew

⛔️ DEPRECATED brew: Python Ensemble Learning API
MIT License
301 stars 70 forks source link

Output verbosity options #17

Open paudan opened 8 years ago

paudan commented 8 years ago

First, thank you for this library which is a very useful addition to Scikit stack. However, it would be useful to output some information during training, such as the classifier which is trained, the layer info, etc., similar to verbose option in most of Scikit classifiers. It is extremely useful for debugging purposes, especially if training takes a long time

dvro commented 8 years ago

Hi @paudan, I'm glad brew has been useful to you.

You're right, that would be really useful (we did something like that on https://github.com/scikit-learn-contrib/imbalanced-learn)

A this time, me and @thypad are working on a set of new features that will be released anytime soon (we don't know if it will be on brew or on a fork from the brew repo). I'll include this verbose option on the list of features (in the meantime, feel free to send us a pull request =]).

Best regards (and thanks for your feedback).