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.71k stars 197 forks source link

Remove eval operations from AutoViz_Class.py with getattr #30

Closed satishjasthi closed 3 years ago

satishjasthi commented 3 years ago

I have removed the usage of eval operation from AutoViz_Class's add_subheading and add_plots methods, since its slows down the program performance compared to getattr.