/gist:fb65235b89dea59509d8 Secret
Last active
August 29, 2015 14:05
Call stored procedure for computing decision trees as part of a select statement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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