Initial support for dumping the RGF model is already implemented in #161. At present it's possible to print the model to the console. But it's good idea to bring the possibility of dumping the model to the file (e.g. JSON).
@StrikerRUS:
Really like new features introduced in this PR. But please think about "real dump" of a model. I suppose it'll be more useful than just printing to the console.
@fukatani:
For example dump in JSON format like lightGBM.
It's convenient and we may support it in the future, but we should do it with another PR.
Initial support for dumping the RGF model is already implemented in #161. At present it's possible to print the model to the console. But it's good idea to bring the possibility of dumping the model to the file (e.g. JSON).
@StrikerRUS:
@fukatani: