Skip to content

Commit

Permalink
undo some unnessesary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Aug 2, 2023
1 parent 7e5284d commit 1980c39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/daal4py/decision_tree_classification_traverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

import daal4py as d4p

import daal4py as d4p


def printTree(nodes, values):
def printNodes(node_id, nodes, values, level):
Expand Down
2 changes: 0 additions & 2 deletions examples/daal4py/decision_tree_regression_traverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

import daal4py as d4p

import daal4py as d4p


def printTree(nodes, values):
def printNodes(node_id, nodes, values, level):
Expand Down

0 comments on commit 1980c39

Please sign in to comment.