aehrc / VariantSpark

machine learning for genomic variants
http://bioinformatics.csiro.au/variantspark
Other
141 stars 45 forks source link

How to de-serialise a previously stored model #144

Closed BMJHayward closed 4 years ago

BMJHayward commented 4 years ago

Looking at ModelConverter.scala and ModelOutputArgs.scala, I'd like to be able to load a model previously serialised by the saveModel function. I.e. I want to be able to perform the inverse of the functionality here.

@piotrszul what is the recommended approach here? Or even better, do you know of some code to do this already?

AnalyzeRFCmd.run() might be good too

piotrszul commented 4 years ago

@BMJHayward i will respond in: #140