I have an sklearn pipeline consisting of a TfidfVectorizer and a SGDClassifier(loss=\'log\'), fitted on a multi-label training dataset. When I then
TfidfVectorizer
SGDClassifier(loss=\'log\')