Commit Graph

41 Commits

Author SHA1 Message Date
6f9488f281 Add version command to Makefile 2023-01-28 18:51:55 +01:00
e837c6cef7 feat: Add feature_names_in_ to classifiers 2023-01-27 19:25:01 +01:00
a4edc74e8d Replace len(self.features_) by self.n_features_in_ 2023-01-27 12:34:34 +01:00
Ricardo Montañana Gómez
4d416959ad fix: 🐛 Fix depth_ property as an alias of states_ 2023-01-22 14:15:19 +01:00
Ricardo Montañana Gómez
bdd3f483d9 feat: 🧐 Add nodes, edges and states info to models 2023-01-22 14:01:54 +01:00
Ricardo Montañana Gómez
8fd796155d test: 🧪 Add cycle test in KDB to get 100% coverage 2023-01-17 11:33:55 +01:00
Ricardo Montañana Gómez
d08aea4681 fix AODE state_names mistake 2023-01-12 14:05:27 +01:00
Ricardo Montañana Gómez
dd2e0a3b7e Update state_names hyperparameter to fit tests
Add computed nodes to classifiers
2023-01-12 12:04:54 +01:00
65d41488cb Fix AODE state_names 2022-12-29 00:45:10 +01:00
e7300366ca Add fit_params to model fit 2022-12-28 19:15:34 +01:00
3b4fc10a3e Update setup files and version v0.1.0 2022-11-24 12:00:13 +01:00
04612273f4 Update .gitignore & remove .vscode 2022-11-24 00:19:14 +01:00
ec17770280 Remove unneeded files from template 2022-11-24 00:12:56 +01:00
ee4c7702ca Add some tests and remove .coveragerc 2022-11-23 22:14:17 +01:00
a535ecc032 Update to use setuptools 2022-11-23 19:27:21 +01:00
Ricardo Montañana Gómez
1a0d30dc74 Merge pull request #2 from Doctorado-ML/aode
Implement Aode Ensemble
2022-11-18 23:15:38 +01:00
03fd1fec9e Remove min_data hyperparameter 2022-11-18 23:14:41 +01:00
0a7c56f339 First implementation 2022-11-18 23:09:11 +01:00
5a6ffe0651 fix .gitignore 2022-11-16 14:16:34 +01:00
2973bc9519 Add thresold to KDB and fix error 2022-11-16 13:15:57 +01:00
cad828a21b Fix KDB algorithm error 2022-11-16 11:08:05 +01:00
21814ba01e First KDB implementation 2022-11-15 18:52:33 +01:00
a2561072a5 Remove ipnb checkpoints 2022-11-14 19:25:38 +01:00
a15a93a8df remove result_lines 2022-11-14 16:33:56 +01:00
1545ca62cf Begin with kDB classifier 2022-11-14 14:03:45 +01:00
Ricardo Montañana Gómez
6b2e60eba0 Merge pull request #1 from Doctorado-ML/pyproject
migrate from setup.py to pyproject.toml
2022-11-14 11:57:33 +01:00
844835b79f format pyproject 2022-11-14 11:48:20 +01:00
9ad5607003 add doc dependencies 2022-11-14 11:42:47 +01:00
ab544c6941 Remove setup and add info to pyproject 2022-11-14 11:15:12 +01:00
5323ed88a6 Update CI requirements 2022-11-13 19:52:52 +01:00
5a4405e1fe Update setup.py 2022-11-13 19:26:19 +01:00
578bd197dc Update requirements 2022-11-13 19:03:03 +01:00
6070c2159a Add version and example 2022-11-13 14:24:06 +01:00
f9f91c54a7 Update .env 2022-11-12 16:20:16 +01:00
6383588a8b Enhance example 2022-11-12 16:07:51 +01:00
8ca3646f8c Add example of usage 2022-11-12 13:16:11 +01:00
180365d727 Fix fit/build/train mistake 2022-11-10 09:37:12 +01:00
02110f7608 Update head hyperparam to use highest weight 2022-11-07 00:51:19 +01:00
8c03fc6b67 First functional with 100% coverage 2022-11-05 20:00:18 +01:00
3689852205 Initial commit 2022-11-04 11:53:06 +01:00
Ricardo Montañana Gómez
89bacb501e Initial commit 2022-11-04 10:34:48 +01:00