dennismdan / recipe_explorer

Food Exploration with Machine Learning
1 stars 4 forks source link

Tokenizing/Vectorizing New Words #2

Open dennismdan opened 3 years ago

dennismdan commented 3 years ago

Right now, the only words the vectorizer knows how to label are the trained model words. It's not clear how it will label new words. It will probably fail to predict so we will need to address this at some point.