pa-m / sklearn

bits of sklearn ported to Go #golang
MIT License
345 stars 38 forks source link

Is it possible to port sklearn python pipeline into go? #11

Closed rayguang closed 4 years ago

rayguang commented 4 years ago

Thanks for this awesome project. I think a lot of existing projects using sklearn (python) are already built and tested in python environment. If there is a solution to allow data scientists to load their sklearn python models (normally they would dump to a pickle and serve in Flask) and serve in Golang, that will be very nice. Any recommendation on how to achieve this: from an existing python model -> serve in Go?

sbinet commented 4 years ago

does this answer your question?

https://github.com/pa-m/sklearn/issues/10#issuecomment-557599100

sbinet commented 4 years ago

or:

rayguang commented 4 years ago

Thank you!

sbinet commented 4 years ago

feel free to point back at that issue with either what you came up with and/or with an example :)