biocore / qiime

Official QIIME 1 software repository. QIIME 2 (https://qiime2.org) has succeeded QIIME 1 as of January 2018.
GNU General Public License v2.0
285 stars 268 forks source link

supervised_learning.py verbose output #1124

Open wdwvt1 opened 10 years ago

wdwvt1 commented 10 years ago

Supervised learning verbose output is underwhelming (it prints a single string indicating the biom table has been converted). When you dig in to the R code it should be printing a huge amount of information about the decrease in error with the addition of each decision tree etc. Something has gone wrong with the option parsing or with the way the R command line call is being formatted I think.

gregcaporaso commented 10 years ago

@danknights, thoughts on this?

danknights commented 10 years ago

R is producing output; just need appcontroller to print it. Looking into best way to do this.

gregcaporaso commented 10 years ago

You can access StdOut and StdErr in the result object that gets returned from the application controller. See the RNAfold example here: http://pycogent.org/examples/application_controller_framework.html?highlight=application%20controller#summary