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.7k stars 196 forks source link

Inconsistent performance #104

Closed ArijitSinghEDA closed 6 months ago

ArijitSinghEDA commented 6 months ago

I have a dataset with 6439 rows and 28 columns(5 string columns,1 datetime column,3 integers,19 float columns)

These are the installed requirements for python 3.8.18

bokeh 2.4.3
holoviews 1.14.9
hvplot 0.7.3
panel 0.14.4

When trying to create autoviz charts then it is creating only data quality report, displots_nums.html, and pair_scatters.html charts and gives the following error

underflow encountered in true_divide

when taking only 2000 rows of the same dataset, everything works fine.

AutoViML commented 6 months ago

Can you please attach a screenshot of the entire errror report? I can try to see where the error is happening and try to fix it?ThanksAuto Vimal On Monday, February 12, 2024 at 12:10:27 AM EST, ArijitSinghEDA @.***> wrote:

I have a dataset with 6439 rows and 28 columns(5 string columns,1 datetime column,3 integers,19 float columns)

These are the installed requirements for python 3.8.18 bokeh 2.4.3 holoviews 1.14.9 hvplot 0.7.3 panel 0.14.4

When trying to create autoviz charts then it is creating only data quality report, displots_nums.html, and pair_scatters.html charts and gives the following error underflow encountered in true_divide

when taking only 2000 rows of the same dataset, everything works fine.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ArijitSinghEDA commented 6 months ago

image

AutoViML commented 6 months ago

Hi I think I found the problem and fixed it. Please upgrade to the latest version of autoviz by:pip install autoviz --upgrade ThanksAuto Vimal

On Tuesday, February 13, 2024 at 12:25:42 AM EST, ArijitSinghEDA ***@***.***> wrote:  

image.png (view on web)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

ArijitSinghEDA commented 6 months ago

I will try and let you know. Thank you