👎 Problem definition
The current approach lets ducque read in a file and the cli parsing is far too manual. It doesn't have to be like this.
Also, when this module is called, directly build the model itself. There is no use in feeding the output file back to the build module manually.
Add a functionality where you can query X amount of models with the same randomised settings.
✅ Proposed Solution
A streamlined and layered (input layer, output layer) approach between the application and the internal functioning.
- Also, when this module is called, directly build the model itself. There is no use in feeding the output file back to the build module manually.
- Add a functionality where you can query X amount of models with the same randomised settings.
- Add a functionality to modify the prefix of the built model
🛠️ Definition of Done
For this feature to be finished, I expect it to work like ...
👎 Problem definition
The current approach lets
ducqueread in a file and the cli parsing is far too manual. It doesn't have to be like this.Also, when this module is called, directly build the model itself. There is no use in feeding the output file back to the build module manually.
Add a functionality where you can query X amount of models with the same randomised settings.
✅ Proposed Solution
A streamlined and layered (input layer, output layer) approach between the application and the internal functioning.
🛠️ Definition of Done
For this feature to be finished, I expect it to work like ...