Home of AutoViz, AutoViML and featurewiz
Home of AutoViz, AutoViML and featurewiz
Hi @RNarayan73 👍 Thanks for testing AutoViz. I tried to reproduce your error in my machine's notebook and I got no errors. it works fine! Take a look at the...
Hi @RNarayan73 👍 There seems to be lots of problems with python new versions According to this page, "The error you are seeing is related to python 3.11. Try to...
Hi @RNarayan73 👍 It is possible that the error may be due to AutoVimL installing hvplot 0.7.3 and holoviews 1.14.9 rather than the latest. But I am not ready to...
Hi @RNarayan73 thanks for the heads-up 👍 I suggest that you create a new conda env for AutoViz if you need those latest versions to not conflict with AutoViz. In...
@RNarayan73 👍 I have some good news. I have recently removed some references to seaborn styles that were causing some issues in matplotlib. This might fix your issues as well....
Hi @RNarayan73 👍 I have finally found the dependency problems with Python 3.10+ and fixed them I think. I have a new version 0.1.801 of AutoViz - please pip install...
Hi @RNarayan73 Thanks for pointing out the bug 👍 I have now fixed it and you should upgrade to the latest version and check: ``` pip install autoviz==0.1.802 ``` Let...
Hi @RNarayan73 👍 I have modified the kdeplot to skip it if it errors since I think the problem is with HoloViews' DynamicMaps which is very buggy. I don't want...
Can you post the latest error you are getting with AutoViz in a python 3.11 version? Also I am not sure if you have done a pip install of the...
@RNarayan73 : I have re-opened issue #98 - please post a solution here that I can implement.