Code Monkey home page Code Monkey logo

Comments (8)

ZackTack avatar ZackTack commented on June 17, 2024

I met the same problem and my temp solution was to downgrade autoviz version to 0.1.58
pip install autoviz==0.1.58

from autoviz.

AutoViML avatar AutoViML commented on June 17, 2024

@senovr @ZackTack :
Thank you both for trying our AutoViz 👍
I tested your dataset on the latest version of AutoViz Imported v0.1.601 and it works fine.

There must be a minor bug that has been fixed.
Sorry for the inconvenience. Please confirm by closing this issue.
Auto Vimal

from autoviz.

senovr avatar senovr commented on June 17, 2024

@AutoViML
Unfortunately, I can not confirm this.
My autoviz is already 601, and above-mentioned behavior happened with this most up-to-date package.

pip list
Package                       Version     Editable project location
----------------------------- ----------- -------------------------------------------
...
autoviz                       0.1.601

from autoviz.

AutoViML avatar AutoViML commented on June 17, 2024

Hi @senovr
That means nothing. It only means that the problem is not in AutoViz and in perhaps the config of your machine. I am using holoviz underneath AutoViz which is what this function call hv.DynamicMap() calls.

So if you are erroring there in your machine while it is not erroring in my machine, it only means that some version of hvplot is causing this issue. You need to try a few things and see.

Thanks for trying out AutoViz👍
Auto Vimal

from autoviz.

senovr avatar senovr commented on June 17, 2024

@AutoViML
I don' think that approach "if it works on my machine than it is fine" is a good reason to mark this issue as resolved.

Let me try few more things,
create blank .venv from scratch
move to linux,
play with the pandas dtypes (ints, floats, categorical, etc.).

I will come back to you with the results.

from autoviz.

Yard1 avatar Yard1 commented on June 17, 2024

Most likely seems to be related to a new version of param released in March. I'd assume AutoViz requires an update to conform to whatever API changes have been made, or at the very least a pin in its requirements. It could also be a problem that needs to be fixed in holoviz.

from autoviz.

Yard1 avatar Yard1 commented on June 17, 2024

It seems that installing holoviews<=1.14.9 fixes this, which means AutoViz needs an update. I believe this is due to the fact that the draw_kdeplot_hv function passes hvplot objects directly to hv.DynamicMap instead of passing a callable that returns them. This is already done in other AutoViz functions.

from autoviz.

AutoViML avatar AutoViML commented on June 17, 2024

from autoviz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.