Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
Please give full syntax and code of line 13 In[13] , you excuted without showing full code syntax ?
In lemmatizing Please give full syntax and code of line 13 In[13] , you excuted without showing full code syntax ?
1 answers ( 0 marked as helpful)
I believe this would be the syntax
titles['token_clean_lemmatized'] = titles['token_clean'].apply(lambda tokens :[lematizer.lemmatize(token) for token in tokens])