Add set.seed ability to CLI when splitting NLU data #4647
Labels
help wanted
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
The user is not able to set a seed when using the CLI to split NLU data into test and training data sets (rasa split data nlu command). This feature will enhance reproducibility when required.
Overview of the Solution:
Add set.seed() to split_nlu_data.py or train_test_split.py
Definition of Done:
The text was updated successfully, but these errors were encountered: