Barend

Results 3 comments of Barend

@rhythm9229 No! Don't do that. Instead, specify `model_name` in `train_models`. Give it an absolute path to where you want to save the database, for instance `/home/guido/python/autocomplete/model.pkl`: ``` python models.train_models("big string...

Hello from the future @PLChevalier! I think it is ```python from autocomplete import models ```

Remove the brackets (`[` and `]`) around Filters.text on [line 110](https://github.com/bvanrijn/sudobot/blob/master/bot.py#L110)