Getting No module found 'en_core_web_sm' while training dataset
I ran following command
ludwig train --data_csv path/to/camera_dataset.csv --model_definition "{input_
features: [{name: Model, type: text}], output_features: [{name: Price, type: numerical}]}"
Error Screenshot

Sample Data set screenshot

As explainedin the readme and in getting started you have to downoad the spaCy model:
python -m spacy download en
Thanks ...that worked...but stuck in issue https://github.com/uber/ludwig/issues/97
Most helpful comment
As explainedin the readme and in getting started you have to downoad the spaCy model: