Closed csala closed 4 years ago
Allow directly passing a JSON path as the pipeline or primitive name:
from mlblocks import MLPipeline pipeline = MLPipeline('path/to/my_pipeline.json') pipeline = MLPipeline(['my.primitive', 'my/primitive/path.json'])
Allow directly passing a JSON path as the pipeline or primitive name: