AutoViz icon indicating copy to clipboard operation
AutoViz copied to clipboard

Can not draw Wordcloud plot

Open tonovoh1 opened this issue 3 years ago • 3 comments

Shape of your Data Set loaded: (3312, 20) ####################################################################################### ######################## C L A S S I F Y I N G V A R I A B L E S #################### ####################################################################################### Classifying variables in data set... 20 Predictors classified... 2 variables removed since they were ID or low-information variables Number of All Scatter Plots = 6 Could not draw wordcloud plot for Order ID Could not draw wordcloud plot for Product ID Could not draw wordcloud plot for Product Name Could not draw wordcloud plot for Customer ID Could not draw wordcloud plot for Customer Name Could not draw wordcloud plot for City Time to run AutoViz = 5 seconds

###################### AUTO VISUALIZATION Completed ########################

tonovoh1 avatar Jul 18 '22 09:07 tonovoh1

AV = AutoViz_Class() df_autoviz = AV.AutoViz('data.xlsx')

that is the code i ran and that is the output it shows

tonovoh1 avatar Jul 18 '22 09:07 tonovoh1

Hi @tonovoh1 👍 Can you please check if u have the latest version of AutoViz since this problem with wordclouds has been fixed in the latest version. Can you try your code once again after upgrading via:

pip install autoviz --upgrade

AutoViML avatar Jul 18 '22 14:07 AutoViML

Hi @tonovoh1 👍

I found there was a bug that prevented Wordcloud plots. So please go ahead and upgrade:

pip install autoviz --upgrade

If you see version 0.1.43 then you have got the right version.

AutoViML avatar Aug 10 '22 12:08 AutoViML