Skip to content

Instantly share code, notes, and snippets.

@gvyshnya
Created October 18, 2020 20:54
Show Gist options
  • Save gvyshnya/150759b83811cffbe98d58547999348c to your computer and use it in GitHub Desktop.
Save gvyshnya/150759b83811cffbe98d58547999348c to your computer and use it in GitHub Desktop.
AutoViz Invokation
from autoviz.AutoViz_Class import AutoViz_Class
AV = AutoViz_Class()
dft = AV.AutoViz(filename='',
sep='' ,
depVar='cp_type',
dfte=training_gcols,
header=0,
verbose=2,
lowess=False,
chart_format='svg',
max_rows_analyzed=25000,
max_cols_analyzed=70)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment