VariantSpark
VariantSpark copied to clipboard
Output trees in JSON format
Implement a readable output e.g. JSON for the trained trees. This will help evaluate the resulting interactions and visualise them.
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 formatjsonfor test JSON format
e.g.:
variant-spark importance .... -om 'model.json' -omf json
implemented