Skip to content

Instantly share code, notes, and snippets.

@rnyak
Last active July 22, 2020 21:14
Show Gist options
  • Save rnyak/3472d535ab69110c82a3a687be527a93 to your computer and use it in GitHub Desktop.
Save rnyak/3472d535ab69110c82a3a687be527a93 to your computer and use it in GitHub Desktop.
proc.add_cont_feature([ZeroFill(), LogOp()])
proc.add_cont_preprocess(Normalize())
proc.add_cat_preprocess(Categorify(use_frequency=True, freq_threshold=15))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment