36 Commits

Author SHA1 Message Date
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
cdaf7ecff2
Merge branch 'master' of github.com:doctorado-ml/odte 2022-01-11 12:57:15 +01:00
42bcae9736
Add audit and devdeps to Makefile 2022-01-11 12:52:36 +01:00
7481af3068
Add version info to model 2021-12-17 13:47:25 +01:00
Ricardo Montañana Gómez
2ebec2d588
Merge pull request #4 from Doctorado-ML/be_hyperparams
Add base estimator hyperparameters
2021-11-24 13:10:41 +01:00
67424e06be
Add python versions 3.9 & 3.10 to github actions 2021-11-24 12:54: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
3558c946a8
Update doi in README and CITATION 2021-11-22 16:55:17 +01:00
cafd9febc2
Update version number v0.3.1 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
cfda03682b
Add citation.cff 2021-11-04 11:08:12 +01:00
6a99ecf44d
Fix mistake in setup v0.3.0 2021-11-04 10:51:10 +01:00
8bef3efc03
Update requirements for tests 2021-11-04 10:21:38 +01:00
1eb786a76f
Update to latest tools 2021-11-03 12:27:08 +01:00
6d0262078d
Merge commit 'addbcd8048b05ff7b0ec594b236014e421a5ef46' into sklearn024 2021-01-20 01:28:06 +01:00
f0f10c4e42
Fix github workflow mistake 2021-01-20 01:25:19 +01:00
Ricardo Montañana Gómez
addbcd8048
Merge pull request #2 from Doctorado-ML/sklearn024
Fix scikit-learn 0.24 classifier validation (#1)
2021-01-20 01:21:45 +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
8d4fdd4ee8
Predict and score structure 2020-06-13 00:05:24 +02:00
872914dca7
First commit 2020-06-12 22:45:58 +02:00
Ricardo Montañana Gómez
eae2eaf663
Initial commit 2020-06-11 18:32:49 +02:00