Created
October 18, 2020 20:54
-
-
Save gvyshnya/150759b83811cffbe98d58547999348c to your computer and use it in GitHub Desktop.
AutoViz Invokation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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