Hey again!

Today is my posting day, hope you don't bother, but I just stumbled upon 
a further problem.

I currently use a grid search strtaifiedkfold approach that works on 
textual data. So I use a pipeline that does tfidf vectorization as well. 
The thing now is, that I want to append additional features that are not 
textual to the feature data.

Is there some way of doing so in the pipeline? Of course, I could do the 
tfidf transformations etc beforehand and append the additional features 
there, but well, then the whole idea of just fitting on training data 
etc is lost.

Regards,
Philipp

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to