Commit Graph

70 Commits

Author SHA1 Message Date
212f7e5584 Add test_BoostAODE 2023-06-18 16:51:38 +02:00
a797381c00 Continue BootAODE 2023-06-17 17:06:37 +02:00
3812d271e5 Add BoostAODE initial model 2023-06-15 14:28:35 +02:00
923a06b3be Patch pgmpy 0.1.22 show_progress 2023-06-15 14:22:24 +02:00
c906d6a361 Add weights to KDB classifier 2023-06-15 14:13:15 +02:00
Ricardo Montañana Gómez
f0f7c43944 Merge pull request #3 from Doctorado-ML/localdiscretization
Localdiscretization
2023-05-15 11:42:52 +02:00
f9b35f61f0 Use ancest-order to process local discretization
Fix local discretization
Refactor tests
Unifiy iris dataset from sklearn with iris.arff
2023-04-20 01:20:33 +02:00
74cd8a6aa2 Add local discretization tests 2023-04-08 11:44:25 +02:00
9843f5f8db Refactor AODE & AODENew 2023-04-07 16:22:40 +02:00
c6390d9da9 Comment out the integrity check in Proposal 2023-03-30 23:23:23 +02:00
c9afafbf60 Fix AODENew tests 2023-03-30 21:03:42 +02:00
3af05c9511 First AODENew implementation working 2023-03-30 12:20:56 +02:00
80b1ab3699 Refactor AODE 2023-03-29 19:05:55 +02:00
5a772b0bca Begin AODENew with tests 2023-03-29 11:18:42 +02:00
ea251aca05 Begin AODE implementation 2023-03-23 22:15:38 +01:00
7b66097728 Add messages to check_integrity 2023-03-23 22:10:03 +01:00
ea8c5b805e Add KDBNew and TANNew tests 2023-03-23 14:13:01 +01:00
2ffc06b232 Update feature states setting for datasets 2023-02-13 17:34:15 +01:00
a5244f1c7f remove trace messages for first try 2023-02-12 11:25:40 +01:00
42ac57eb79 Continue with New estimators 2023-02-07 18:02:35 +01:00
63a2feef3a Begin refactorization of new estimators 2023-02-07 09:42:42 +01:00
3e049ac89d default_features_class_name 2023-02-05 20:18:44 +01:00
2a6547c71d Complete KDBNew 2023-02-05 00:30:25 +01:00
de45a94c9b Add KDBNew estimator 2023-02-04 17:39:32 +01:00
9019b878f0 docs: 📝 Add text comment to KDB algorithm 2023-02-01 23:42:32 +01:00
bba9255605 Merge branch 'localdiscretization' of github.com:/doctorado-ml/bayesclass into localdiscretization 2023-02-01 23:41:40 +01:00
41ca6fad5e fix: 🐛 Change exit condition in KDB add_m_edges method
Change test if every conditional weight is less or equal to zero for less or equal to theta
Add text comments to KDB algorithm
2023-02-01 23:40:42 +01:00
c88591dd64 fix: 🐛 Change exit condition in KDB add_m_edges method
Change test if every conditional weight is less or equal to zero for less or equal to theta
2023-02-01 23:33:05 +01:00
8089e4fd57 docs: 📝 shorten comment lines length to <80 2023-01-30 19:27:27 +01:00
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