COMMITS
/ machine_learning/decision_tree.py October 17, 2025
H
Update logical issue in decision_tree.py (#13303)
Harsh Pathak committed
September 30, 2024
C
Upgrade to Python 3.13 (#11588)
Christian Clauss committed
May 10, 2024
M
Fix some SIM114 per file ignores (#11395)
Maxim Smolskiy committed
April 1, 2024
M
Enable ruff NPY002 rule (#11336)
Maxim Smolskiy committed
March 13, 2024
P
[pre-commit.ci] pre-commit autoupdate (#11322)
pre-commit-ci[bot] committed
November 5, 2023
S
Added doctest to decision_tree.py (#11143)
Suyash Dongre committed
October 18, 2022
T
Remove depreciated np.float (#7394)
Tianyi Zheng committed
October 12, 2022
September 10, 2020
D
Optimized recursive_bubble_sort (#2410)
Du Yuanchao committed
May 1, 2020
C
Wrap lines that go beyond GitHub Editor (#1925)
Christian Clauss committed
October 22, 2019
A
psf/black code formatting (#1421)
Ankur Chattopadhyay committed
October 18, 2019
H
Added Pytests for Decission Tree mean_squared_error method (#1374)
Hrishikesh Suslade committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
November 25, 2017
C
Modernize Python 2 code to get ready for Python 3
cclauss committed
October 9, 2017
N
Fixed case where function didn't return where it should
Nathan Berger committed
N
Implementation of a regression tree in python
Nathan Berger committed