I definitely see the need for packages like this. So much of a data scientist's time is spent on feature engineering, but there are relatively few tools out there that are trying to improve that step in the process compared to tools for the modeling step.<p>I see this tool as a something that can help with the deployment piece of the feature engineering. As things stand, it's "easy" to package and deploy modeling code, but much harder to package up your feature engineering workflow. In part because there is no agreed upon standard for developing feature engineering pipelines.<p>I'd be curious how this could be combined with a library like Featuretools (<a href="http://github.com/featuretools/featuretools/" rel="nofollow">http://github.com/featuretools/featuretools/</a>) which helps automate the discovery of features, but currently has less functionality related to deployment.<p>(full disclosure: I work on Featuretools)