[GitHub] madlib pull request #277: DT: Add impurity importance metric

2018-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/madlib/pull/277 ---

[GitHub] madlib pull request #277: DT: Add impurity importance metric

2018-06-18 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/madlib/pull/277#discussion_r196150565 --- Diff: src/ports/postgres/modules/recursive_partitioning/decision_tree.py_in --- @@ -1097,28 +1121,21 @@ def _one_step(schema_madlib, training_table_nam

[GitHub] madlib pull request #277: DT: Add impurity importance metric

2018-06-13 Thread iyerr3
Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/277#discussion_r195277278 --- Diff: src/ports/postgres/modules/recursive_partitioning/decision_tree.py_in --- @@ -1097,28 +1121,21 @@ def _one_step(schema_madlib, training_table_name,

[GitHub] madlib pull request #277: DT: Add impurity importance metric

2018-06-12 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/madlib/pull/277#discussion_r194918142 --- Diff: src/ports/postgres/modules/recursive_partitioning/decision_tree.py_in --- @@ -1097,28 +1121,21 @@ def _one_step(schema_madlib, training_table_nam

[GitHub] madlib pull request #277: DT: Add impurity importance metric

2018-06-07 Thread iyerr3
GitHub user iyerr3 opened a pull request: https://github.com/apache/madlib/pull/277 DT: Add impurity importance metric You can merge this pull request into a Git repository by running: $ git pull https://github.com/madlib/madlib feature/dt-gini-importance Alternatively you ca