Ludwig: ModuleNotFoundError: No module named 'en_core_web_sm' while training a dataset

Created on 15 Feb 2019  路  2Comments  路  Source: ludwig-ai/ludwig

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
image

Sample Data set screenshot
image

Most helpful comment

As explainedin the readme and in getting started you have to downoad the spaCy model:

python -m spacy download en

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings