MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

Support primitives from R and other languages #179

Open micahjsmith opened 5 years ago

micahjsmith commented 5 years ago

Currently, MLPrimitives/MLBlocks support python primitives only. Consider supporting primitives from R and other languages that could be embedded in a python pipeline.

csala commented 5 years ago

This should rather be implemented as a particular type of adapter primitive, so I'm transferring it to MLPrimitives