Artem Golubin
|
4e93532b6f
|
Format using ruff
|
2025-06-16 01:15:27 +04:00 |
|
Artem Golubin
|
3c8e16b8de
|
Merge pull request #79 from Shihab-Shahriar/master
Fixed a bug in decision tree's _calculate_leaf_value method
|
2020-09-14 01:16:40 +03:00 |
|
Artem Golubin
|
ef5aca0ae3
|
Apply suggestions from code review
|
2020-09-14 01:13:43 +03:00 |
|
Artem Golubin
|
2378011a2c
|
Style fixes
|
2020-08-20 22:56:03 +03:00 |
|
Shihab Shahriar
|
60ee2893c2
|
refactored Decision Tree to support n_classes
|
2020-05-29 20:12:48 +06:00 |
|
Shihab Shahriar
|
fbb730844d
|
resolved bug when all labels in leaf node are 0
|
2020-05-29 19:25:18 +06:00 |
|
Shihab Shahriar
|
30e4c49f44
|
small code cleanup
|
2020-05-29 18:32:01 +06:00 |
|
Shihab Shahriar
|
0b9ebf3a99
|
resolved classification bug in decision tree using n_classes
|
2020-05-28 20:17:03 +06:00 |
|
Artem Golubin
|
ba450f87c4
|
Minor fixes
|
2019-08-25 19:59:26 +03:00 |
|
Artem Golubin
|
62633dd302
|
Format code using black
|
2019-05-11 18:15:53 +03:00 |
|
rushter
|
b060229349
|
Fix entropy function, #22
|
2016-12-21 00:02:41 +03:00 |
|
brady salz
|
2a41d55fc4
|
Update tree.py to default to use all features (#21)
|
2016-12-06 09:57:58 +03:00 |
|
rushter
|
33d2662530
|
Ensemble methods: Optimize split search, update comments
|
2016-11-19 22:03:10 +03:00 |
|
rushter
|
0c1185421f
|
Fix typos
|
2016-11-16 07:14:03 +03:00 |
|
rushter
|
1c0b617cef
|
Update comments, fix KMeans estimator
|
2016-11-15 10:01:43 +03:00 |
|
rushter
|
6efc9330b8
|
Update ensemble methods
|
2016-11-12 23:02:32 +03:00 |
|
rushter
|
01e68e64b7
|
Add initial GBM implementation
|
2016-10-17 11:11:03 +03:00 |
|
rushter
|
feaa836a7f
|
Initial branch
|
2016-10-06 11:36:35 +03:00 |
|