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

Set output results path #48

Closed borisRa closed 2 years ago

borisRa commented 2 years ago

Hi,

How can I control the output file path ?

Thanks, Boris

AutoViML commented 2 years ago

You can't. You need to use the folder that it saves the charts to. Why do you need to change the folder path?

borisRa commented 2 years ago

Because I would like to control where it saves the results. for me the path should be different per each problem ( different input data ). instead of copying it manually would like to control this from the code.

sahanaraguram2000 commented 2 years ago

Yes I would like that too... I am using autoviz in a django app and I would like to store the results of each input data in a separate folder. Please help me out with this @AutoViML

AutoViML commented 2 years ago

Hi @borisRa 👍 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!

borisRa commented 2 years ago

Hi @borisRa 👍 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!

Thank you very much !