Releases: GanadiniAkshay/LUISTrainer
Releases · GanadiniAkshay/LUISTrainer
config_data bug fix
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
Changes
- All code files moved to a separate folder for cleaner code.
- Auto Train after creation or editing the model added.
Bare Essentials
This is the most basic version of the framework.