AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.71k stars 197 forks source link

Unable to Hide Plots #51

Closed AustinCaudill closed 2 years ago

AustinCaudill commented 2 years ago

Setting verbose=2 does not hide the plots from being shown in either python script or python notebook.

sahanaraguram2000 commented 2 years ago

Hello @AustinCaudill ! Are you able to run Autoviz in python script? DId you ever face this issue? Link to the issue If yes, can you tell me how you overcame this?

AutoViML commented 2 years ago

Sorry all for the trouble. I have fixed the bugs that was causing this verbose=2 error as well as made an upgrade to save the plots in any directory you select. Please test it the upgraded version by:

pip install autoviz --upgrade

thanks for the feedback!

AustinCaudill commented 2 years ago

Thank you for your quick work! I have tested and the issue is now resolved.