Home of AutoViz, AutoViML and featurewiz

Results 80 comments of Home of AutoViz, AutoViML and featurewiz

Thank you @RNarayan73 👍 I don't see any `inspect.ArgSpec()` in any of AutoViz modules. This must be a code snippet from one of the hvplot or holoviews libraries. I don't...

Hi @maximlt @RNarayan73 I have upgraded AutoViz to work with Python version 3.11 and 3.12 on Windows 👍 Please updgrade your AutoViz as follows ``` pip install autoviz --upgrade ```...

Hi @RNarayan73 Thank you so much 👍 I haven't had time to even look at these issues let alone have time to fix them and test them. Thanks for the...

Hi Erik: @ecederstrand 👍 thank you for trying out featurewiz. pandas 2.0 is a horrible release. They broke 1000's of libraries that have been working forever. Do you really want...

thank you for trying out lazytransform. LazyTransform is a pretty small library that relies on just a few other standard python libraries. It will be easy for you to upgrade...

The seaborn styles shipped by Matplotlib have been deprecated after version 3.6. You may have a new version of matplotlib. Just downgrade your version to 3.5 or so. You should...

Hi @Boub1984 thanks for trying out AutoViz 👍 I have also fixed the matplotlib version incompatibility with AutoViz. Just upgrade via: `pip install autoviz --upgrade` This should fix the problem....

hi @jmakov I am pressed for time that's why I haven't updated the conda version. if you or someone can do the update, I would appreciate it. Thanks Ram

yes I am aware that the new pandas has deprecated the append statement. I will try to upgrade auto-ts soon with pandas 2.0. Currently there are problems between dask and...

Thanks for sharing the Colab notebook. I tried running it but there are so many errors with dask versions, I couldn't install auto-ts at all. This whole dask is a...