Commit Graph

91 Commits

Author SHA1 Message Date
d1cafc230b Fix some small mistakes 2023-07-13 17:11:08 +02:00
99083ceede Fix KDB algorithm argsort 2023-07-13 16:59:37 +02:00
64f1500176 Refactor cpp library methods 2023-07-12 12:59:02 +02:00
aef22306ef Complete refactor of KDB with BayesNet library 2023-07-12 12:07:01 +02:00
2ff38f73e7 refactor conditionalEdgeWeights 2023-07-12 11:20:05 +02:00
1af3edd050 Adding Metrics 2023-07-12 03:24:40 +02:00
8b6624e08a Add getStates 2023-07-11 21:28:29 +02:00
36cc875615 Refator kdb with new BayesNetwork 2023-07-08 10:40:33 +02:00
260997c872 transpose dimensions of X in BayesNetwork 2023-07-08 01:13:29 +02:00
8a9c86a22d Update BayesNetwork class 2023-07-08 00:39:10 +02:00
4bad5ccfee Complete integration with BayesNet 2023-07-07 19:19:52 +02:00
5866e19fae Add predict_proba 2023-07-07 00:36:14 +02:00
61e4c176eb First try to link with bayesnet 2023-07-07 00:23:47 +02:00
ea473fc604 First complete boostAODE 2023-06-26 10:09:28 +02:00
9d7e787f6c Finish cppSelectFeatures 2023-06-23 20:07:26 +02:00
d7425e5af0 Remove unneeded small value added to logs 2023-06-23 01:25:23 +02:00
30cc744033 Chcked mutual_info with sklearn 2023-06-23 01:21:24 +02:00
0094d500d4 Begin cython structure 2023-06-22 17:56:34 +02:00
99321043ec Complete feature_selection with weighted entropy 2023-06-21 16:40:29 +02:00
fbaa5eb7d3 continue feature selection 2023-06-21 14:42:33 +02:00
0b27d9d9b0 Begin implementation 2023-06-21 11:27:14 +02:00
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