Training models through the Rasa NLU server

Hello everyone, I have looked through the Rasa NLU documentation, but some things remain unclear to me: Can you just train a Rasa NLU model through the python -m rasa_nlu.server --path \projects -c config.yml command after installing rasa_nlu ? Is the projects folder created by this command ? The documentation describes the path parameter as “working directory of the server. Models are loaded from directory and trained models will be saved here.” So what happens when I give it an empty folder ? python -m rasa_nlu.server --path C:\Users\Asus\sandbox\Talk\Server -c config.yml ?

Yes you can train the model through command line and apart from config file you also need to give data file and destination where trained model would be saved. For more info read the below link (according to version). arguments_for training