Mercurial > repos > bgruening > plotly_ml_performance_plots
diff plot_ml_performance.py @ 2:62e3a4e8c54c draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 3752bb86fb42f0c98b6d6cbbd75e8d987f17a3fd"
author | bgruening |
---|---|
date | Thu, 16 Jan 2020 13:49:49 -0500 |
parents | 85da91bbdbfb |
children | 1c5dcef5ce0f |
line wrap: on
line diff
--- a/plot_ml_performance.py Tue Jun 18 08:26:04 2019 -0400 +++ b/plot_ml_performance.py Thu Jan 16 13:49:49 2020 -0500 @@ -140,7 +140,7 @@ plotly.offline.plot(fig_roc, filename="output_roc.html", auto_open=False) except Exception as exp: - pass + print("Plotting the ROC-AUC graph failed. This exception was raised: {}".format(exp)) if __name__ == "__main__":