Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to read or load file using Auto viz #73

Closed
gbogobabs opened this issue Jul 16, 2022 · 4 comments
Closed

Not able to read or load file using Auto viz #73

gbogobabs opened this issue Jul 16, 2022 · 4 comments

Comments

@gbogobabs
Copy link

I am having the above error while using autoviz
My target variable is price
i even tried it using empty target variable still same result i dont know the problem
I tried dataframe, still same issue meanwhile i as able to read my data with pandas but autoviz could no
house_price.zip
i attached Zip file of the data because it was large
kindly assist

@AutoViML
Copy link
Owner

Hi @gbogobabs 👍
You can upgrade to the minor big fix version now:

pip install autoviz --upgrade

But I noticed that your dataset does not have any numeric vars. So you must first convert at least one or two variables to numeric before using AutoViz since it does not visualize an all-categorical dataset. You can use our other library 'lazytransform' to convert your dataset to numeric.
house_price

Hope this helps.

@gbogobabs
Copy link
Author

gbogobabs commented Jul 19, 2022 via email

@AutoViML
Copy link
Owner

Hello @gbogobabs 👍
You can try reading the installation instructions on this page:
https://github.com/AutoViML/lazytransform

Or you can try using Kaggle or Colab notebooks which are easier to use. Here is a Kaggle notebook that uses LazyTransform:
https://www.kaggle.com/code/rsesha/lazytransform-heartdisease-accuracy-77

@gbogobabs
Copy link
Author

gbogobabs commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants