Description Usage Arguments Value
This function is to parse the decision tree model exported from AMUA. The function returns a list of three elements: 'param_names', 'param_val', and 'treefunc'.
1 | parse_amua_tree(path_to_txt)
|
path_to_txt |
A string of the path to the decision tree model exported from AMUA. |
The function returns a list of three elements: 'param_names', 'param_val', and 'treefunc'.
param_ls |
A list of parameters with parameter names. |
treefunc |
Text of the decision tree exported from AMUA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.