We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89c5bc7 + 5230383 commit 7bfe604Copy full SHA for 7bfe604
src/tree.cpp
@@ -665,7 +665,6 @@ void Tree::from_json(const json& tree_json) {
665
tree_json.at("has_categorical_split").get_to(this->has_categorical_split_);
666
tree_json.at("output_dimension").get_to(this->output_dimension_);
667
tree_json.at("is_log_scale").get_to(this->is_log_scale_);
668
- this->num_deleted_nodes = 0;
669
670
// Unpack the array based fields
671
JsonToTreeNodeVectors(tree_json, this);
0 commit comments