Created
July 19, 2020 22:08
-
-
Save rnyak/157440acb65ee44cc98561a0ec89d190 to your computer and use it in GitHub Desktop.
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
proc = nvt.Workflow( | |
cat_names=CATEGORICAL_COLUMNS, | |
cont_names=CONTINUOUS_COLUMNS, | |
label_name=LABEL_COLUMNS) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment