VariantSpark icon indicating copy to clipboard operation
VariantSpark copied to clipboard

Output trees in JSON format

Open BauerLab opened this issue 7 years ago • 1 comments

Implement a readable output e.g. JSON for the trained trees. This will help evaluate the resulting interactions and visualise them.

BauerLab avatar Sep 19 '18 00:09 BauerLab

Implemented: -omf option can be now used to define the format for model saved with -om Valid formats are:

  • java (default) for binary java serialization format
  • json for test JSON format

e.g.:

variant-spark importance .... -om 'model.json' -omf json

piotrszul avatar Jan 22 '19 05:01 piotrszul

implemented

rocreguant avatar Feb 13 '24 00:02 rocreguant