snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.89k stars 513 forks source link

Fix non-deterministic behavior #817

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Description: This fixes an issue when using Python3.5 where training several engines with a fixed random_state would not produce identical results.

Checklist: