Do i need to re-train the model every time i change the configuration in config.yml file?
I use the config file for training, but is it possible to change the config anytime then affecting the rasa-core and rasa-nlu? Using rasa core 0.14.4
Config.yml is holding your Rasa_NLU pipeline which define the architecture of the NLU model you are creating. Each time you change that config you need to train again to see changes.