AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.7k stars 196 forks source link

ModuleNotFoundError: No module named 'autoviz.AutoViz_class' #67

Closed kittu1999 closed 2 years ago

kittu1999 commented 2 years ago

----> from autoviz.AutoViz_class import AutoViz_class

ModuleNotFoundError: No module named 'autoviz.AutoViz_class'

AutoViML commented 2 years ago

Hi @kittu1999 👍 Very simple :-) - You could have checked the web site main README: https://github.com/AutoViML/AutoViz it shows how to import.

from autoviz.AutoViz_Class import AutoViz_Class
AV = AutoViz_Class()

You had a spelling mistake in your import (Upper case). AutoViML