Skip to content

Easy Python Tutorial Speed Run —— Only one hour

[Solved] OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.

Last Updated on 2021-07-05 by Clay

Today when I use Python to process a NLP task, I get a error message:

OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.
Read More »[Solved] OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.

[Scikit-Learn] Using "train_test_split()" to split your data

Last Updated on 2021-06-28 by Clay

Today, if we need to split our data for training our model —— we need to split training data and test data. We use "training data" to train our model and check it never peep our "test data", it is very important, because our "test data" can assess the quality of our model.

Read More »[Scikit-Learn] Using "train_test_split()" to split your data
Exit mobile version