Skip to content

Releases: GanadiniAkshay/LUISTrainer

config_data bug fix

27 Sep 17:40
Compare
Choose a tag to compare

config_data was initially being used as a global variable but after the code refactoring into separate files this would break.

fixed by using config_data as a parameter passed around to functions instead of global variable

Directory Refactor

26 Sep 06:28
Compare
Choose a tag to compare

Changes

  • All code files moved to a separate folder for cleaner code.
  • Auto Train after creation or editing the model added.

Bare Essentials

24 Sep 19:14
Compare
Choose a tag to compare

This is the most basic version of the framework.