ArashBayatDev
ArashBayatDev
Include number of samples from each class in the JSON model file.
Visualise Trees ideally in a web view
Add instruction on how to use VariantSpark available on AWS Marketplace
VariantSpark can output RandomForest model in JSON format. That would be nice to have a command-line tool to be able to quickly look into the JSON model and list variables...
following issue #154 (Variable training parameter) if the mtry parameter (for each tree or each batch, or the whole forest) is an array so that the first mtry applies to...
If possible for each batch of trees (or better if for each tree) the training parameter (below) is read from a file and apply to the training. - batch (or...
If the model file can have the following metadata for - RF - each batch of tree - each tree - each node where applicable. Metadata: generally all parameter used...
similar to the stdout in CLI if the hail interface prints a message after building each batch of trees.
If it could be possible to merge multiple Java model file into one and then perform any of these tasks - Importance-Score computation - Prediction - Conversion to JSON or...
If there would be a command to convert Java RandomForest models to the model supported by R Random Forest. This helps to apply post-processing of RF model with existing algorithm...