AutoViML/AutoViz

Not able to read or load file using Auto viz

gbogobabs opened this issue ยท 4 comments

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

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.

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