Create pipeline sklearn with tfidvectoriser

后端 未结 0 1742
灰色年华
灰色年华 2020-12-29 18:58

I\'m trying to make this code to work :

preprocess = ColumnTransformer([(\'Libelle\',TfidfVectorizer())])
                                
model = make_pipeli         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题