peopledoc / mlvtools

Public repository for versioning machine learning data
Other
42 stars 7 forks source link

Pipeline interactive export #42

Open sbracaloni opened 5 years ago

sbracaloni commented 5 years ago

The pipeline export feature is really static. All parameters values are hard-coded and duplicated.

It could be nice to be able to interactively export the pipeline. For each command argument, the tool suggest to the user to reuse an already defined variable (sorted by best match) or it ask the user to define a new variable. A configuration file and a pipeline script is generated.