Para el bucle, deshacerse de las palabras de parada python
list(filter(lambda word: word not in stop_words, df.cleaned[0]))
DS in Training
list(filter(lambda word: word not in stop_words, df.cleaned[0]))