Skip to content

Commit f573cf6

Browse files
authored
Rename machine_learning/decision_tree.py to regression/decision_tree.py
1 parent 2abb5f4 commit f573cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/decision_tree.py renamed to regression/decision_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ def main():
137137

138138

139139
if __name__ == '__main__':
140-
main()
140+
main()

0 commit comments

Comments
 (0)