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

exporting the report #36

Closed john012343210 closed 2 years ago

john012343210 commented 3 years ago

Similar project to AutoViz are Sweetviz and Pandas Profiling.

They could export the report as a HTML file. I wonder if this library also has this function?

RalucaBala commented 3 years ago

I am waiting for the same improvement of AutoViz. Cannot suppress the output or save it as html file.

AutoViML commented 3 years ago

Ho:You can suppress the output and save all the charts automatically if you set the verbose input flagΒ  to 2.

You will see all the charts are saved in JPG or PNG format in your local machine just underneath the current directory.

Please check and let me know.

Thx

Ram On Wednesday, March 10, 2021, 4:29:43 PM EST, RalucaBala @.***> wrote:

I am waiting for the same improvement of AutoViz. Cannot suppress the output or save it as html file.

β€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

RalucaBala commented 3 years ago

I was referring to saving the whole output as html not the charts.

On Sun, 14 Mar 2021, 06:27 AutoViz and Auto_ViML, @.***> wrote:

Ho:You can suppress the output and save all the charts automatically if you set the verbose input flag to 2. You will see all the charts are saved in JPG or PNG format in your local machine just underneath the current directory. Please check and let me know.ThxRam On Wednesday, March 10, 2021, 4:29:43 PM EST, RalucaBala @.***> wrote:

I am waiting for the same improvement of AutoViz. Cannot suppress the output or save it as html file.

β€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AutoViML/AutoViz/issues/36#issuecomment-798830846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS2OBYJUYTNPMTERGZOEKMLTDQ3JRANCNFSM4X5DVQCA .

AutoViML commented 3 years ago

At the moment, there is no plan to save the whole output as HTML file. I will let you know if there is any change in my plans. Thanks Ram

AutoViML commented 2 years ago

Hi @sunset1234321 πŸ‘ @RalucaBala πŸ‘ AutoViz now allows you to save all charts in HTML format. They are even dynamic HTML charts since they have widgets that allow you to change them. Take a look at the main README page to see how it works.

I will also add examples in the Examples page so you can see it in action.

Hope this helps, AutoViML team