36 Commits

Author SHA1 Message Date
bcc763e656
Update doc config
Change build tool to hatch
2024-08-15 13:16:51 +02:00
b19264b1eb
Set default estimator to STree 2024-07-28 18:30:17 +02:00
02e75b3c3e
Fix depth/leaves/nodes no longer return average 2023-11-27 13:53:15 +01:00
52d1095161
Add separate methods to return nodes/leaves/depth 2023-11-27 10:33:47 +01:00
f9b83adfee
Change default n_estimators to 10 instead of 100 2023-10-10 09:34:43 +02:00
Ricardo Montañana Gómez
d3ceb3ce46
refactor: 🔖 Update requirements and version info 2023-01-15 01:32:26 +01:00
Ricardo Montañana Gómez
cabf926eb1
Update to scikit-learn 1.2 2023-01-14 21:38:11 +01:00
114f53d5e8
Update version file 2022-04-29 10:07:05 +02:00
267a17a708
Remove unneeded Random module from tests
Update pre-commit config
2022-04-20 11:25:45 +02:00
e01ca43cf9
Fix python random init 2022-03-10 13:17:56 +01:00
dda3517090
merge two tests parallel-sequential 2022-02-26 11:30:12 +01:00
877c24f3f4
fix rc1 2022-02-25 19:24:44 +01:00
9e5fe8c791
Fix flake req. remove uneeded sys mod 2022-02-23 12:10:12 +01:00
3766886190
Fix np.random initialization 2022-02-23 12:02:59 +01:00
cd7c7f3938
First try to fix initialization issue 2022-02-22 20:40:35 +01:00
aff96bb97d
Fix github actions lint mistake 2022-01-11 13:13:29 +01:00
7481af3068
Add version info to model 2021-12-17 13:47:25 +01:00
525ee93fc3
(#3)Add base estimator hyperparameters 2021-11-24 12:34:36 +01:00
74343a15e1
Fix nodes_leaves for base_estimator 2021-11-24 10:50:19 +01:00
cafd9febc2
Update version number 2021-11-22 16:47:02 +01:00
e55c3335c2
Add mypy to pre-commit
Fix some lack of stubs issues
2021-11-22 14:51:27 +01:00
3a06c9d1cc
Add nodes, leaves and depth average 2021-11-10 13:35:13 +01:00
1eb786a76f
Update to latest tools 2021-11-03 12:27:08 +01:00
24b91962f0
Fix scikit-learn 0.24 classifier validation (#1)
Add github actions CI
update python version and odte version in setup
2021-01-20 01:09:57 +01:00
ca773d3537
Solve combinatorial explosion 2020-12-11 11:29:45 +01:00
7a49d672df
use all available cores in fit
adapt pre-commit to python 3.8
2020-11-10 14:12:00 +01:00
8f7cbc9091
Make training parallel
add pre-commit config
2020-07-21 13:11:59 +02:00
b17582e93a
Fix predict and predict_proba
Add static types
Fix tests
2020-07-06 00:12:46 +02:00
e1bfa9f9bf
fix flake error msg
Fix wine_iris notebook
2020-07-01 01:02:34 +02:00
19543b48fa
add max_features working 2020-06-30 17:13:07 +02:00
98a28cd271
Become sklearn classifier 2020-06-30 11:14:05 +02:00
580c93d92a
Add setup.py
remove boostrap boolean parameter
2020-06-16 13:59:17 +02:00
278a5ff28a
Add initialization parameters
Add first notebook
2020-06-15 01:30:25 +02:00
50e25bc372
Working predict and score (basic) 2020-06-13 03:16:09 +02:00
ef6b5b08d5
Predict and score structure 2020-06-13 01:18:51 +02:00
872914dca7
First commit 2020-06-12 22:45:58 +02:00