Skip to content

Instantly share code, notes, and snippets.

@rrblogdatascience
Last active August 29, 2015 14:05
Call stored procedure for computing decision trees as part of a select statement
select * from decisiontree(<Parameters.max_tree_depth>,
<Parameters.node_prune_threshold>,
<Parameters.node_split_threshold>,
<Parameters.confidence>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment