-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dump RGF and FastRGF to the JSON file #167
Comments
@fukatani Are there any progress with real dump to JSON? |
Unfortunately I think that I can not get out for a while. |
Oh, OK. I just wondered 😃 . Then I can start refining the repo structure, so you'll be needed only for reviews. |
It seems that FastRGF already has this functionality: rgf/FastRGF/src/exe/forest_predict.cpp Line 28 in 676f6b7
|
What do you think about the following JSON scheme for RGF model? Code for the model:
The beginning of the model:
JSON sample:
https://jsoneditoronline.org/?id=5da3e57a6ae24cb5a6b583c8f41dd307 |
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:
The text was updated successfully, but these errors were encountered: