firefly-cpp / NiaARM

A minimalistic framework for Numerical Association Rule Mining
MIT License
15 stars 6 forks source link

Enhance CLI with setup file #84

Closed firefly-cpp closed 8 months ago

firefly-cpp commented 1 year ago

uARMSolver operates with the setup files where the experiment is defined. This functionality allows easier sharing of experiments. It may be very beneficial to niaarm to inherit this functionality. What do you think, @zStupan?

firefly-cpp commented 1 year ago

@zStupan, this seems pretty complex. What do you think? Let's close this issue. (?)

zStupan commented 1 year ago

We could use YAML or TOML for the setup file, which would be pretty simple to implement but then it wouldn't be compatible with uARMSolver.

firefly-cpp commented 1 year ago

Perfect. I support your idea.