Show HN: A graph-based functional API for building complex sklearn pipelines(github.com)
github.com
Show HN: A graph-based functional API for building complex sklearn pipelines
https://github.com/alegonz/baikal
4 comments
Neat! See also: https://fklearn.readthedocs.io/en/latest/, which wraps sklearn in a much-improved functional API.
How is this different from pipelineand feature union
He mention in the README that sklearn native pipelinea don't support estimators union (stacking).
Can you make a graph from feature union's? IIRC it just does what it says on the tin.