Github user rahiyer commented on a diff in the pull request:

    https://github.com/apache/incubator-madlib/pull/86#discussion_r95043426
  
    --- Diff: src/modules/recursive_partitioning/DT_impl.hpp ---
    @@ -1105,14 +1106,15 @@ DecisionTree<Container>::displayLeafNode(
         std::stringstream display_str;
         display_str << "\"" << id_prefix << id << "\" [label=\"" << 
predict_str.str();
     
    -    // // uncomment below if distribution of rows is required in leaf node
    -    // display_str << "\\n[";
    -    // if (is_regression)
    -    //      display_str << statCount(predictions.row(id)) << ", "
    -    //                  << statPredict(predictions.row(id));
    -    // else
    -    //     display_str << predictions.row(id);
    -    // display_str << "]";
    +    // uncomment below if distribution of rows is required in leaf node
    --- End diff --
    
    Please delete this line before merging.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to