Pipeline conventions for wrappers
Hi Guys, I am currently working on gensim ( https://github.com/RaRe-Technologies/gensim) , writing wrappers for Scikit-learn for easy integration of LDA ( https://github.com/RaRe-Technologies/gensim/pull/932/files). While I have covered most of the API conventions as specified on scikit-learn's website, I am stuck at how to implement pipelines. I am particularly looking for what are some of the conventions very specific to the pipeline architecture. Please suggest Thank you Aaditya Jamuar
I think you'll need to be more specific. What do you want a pipeline to do for you? On 21 January 2017 at 01:19, Aaditya Jamuar <aadityajamuar@gmail.com> wrote:
Hi Guys,
I am currently working on gensim (https://github.com/RaRe- Technologies/gensim) , writing wrappers for Scikit-learn for easy integration of LDA (https://github.com/RaRe-Technologies/gensim/pull/932/ files).
While I have covered most of the API conventions as specified on scikit-learn's website, I am stuck at how to implement pipelines.
I am particularly looking for what are some of the conventions very specific to the pipeline architecture.
Please suggest
Thank you
Aaditya Jamuar
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
participants (2)
-
Aaditya Jamuar -
Joel Nothman