Ricardo Montañana Gómez rmontanana
  • Albacete
  • Joined on 2023-05-12
rmontanana pushed to main at rmontanana/Platform 2024-02-25 22:07:44 +00:00
9a26baec47 fix meaning message format in b_main
rmontanana pushed to main at rmontanana/Platform 2024-02-25 17:25:19 +00:00
82f2c36621 Update to include BayesNet 1.0.3
rmontanana pushed to main at rmontanana/BayesNet 2024-02-25 17:07:56 +00:00
43dc79a345 Update version number in ChangeLog
rmontanana pushed to main at rmontanana/Pyclassifiers 2024-02-25 17:02:42 +00:00
bd6f6f5837 update to BayesNet 1.0.3
rmontanana pushed to main at rmontanana/BayesNet 2024-02-25 11:26:29 +00:00
b8589bcd0a Merge pull request 'Add the probabilities aggregation method to compute prediction with ensembles' (#16) from baode_proba into main
3007e22a7d Add info to CHANGELOG
02e456befb Complete predict & predict_proba in ensemble
8477698d8d Complete predict & predict_proba with voting & probabilities
52abd2d670 Implement the proba branch and begin with the voting one
Compare 8 commits »
rmontanana merged pull request rmontanana/BayesNet#16 2024-02-25 11:26:28 +00:00
Add the probabilities aggregation method to compute prediction with ensembles
rmontanana created pull request rmontanana/BayesNet#16 2024-02-25 09:54:25 +00:00
Add the probabilities aggregation method to compute prediction with ensembles
rmontanana pushed to baode_proba at rmontanana/BayesNet 2024-02-24 21:10:02 +00:00
3007e22a7d Add info to CHANGELOG
rmontanana pushed to baode_proba at rmontanana/BayesNet 2024-02-24 17:36:17 +00:00
02e456befb Complete predict & predict_proba in ensemble
rmontanana pushed to baode_proba at rmontanana/BayesNet 2024-02-23 22:11:21 +00:00
8477698d8d Complete predict & predict_proba with voting & probabilities
rmontanana pushed to baode_proba at rmontanana/BayesNet 2024-02-23 19:36:20 +00:00
52abd2d670 Implement the proba branch and begin with the voting one
rmontanana pushed to baode_proba at rmontanana/BayesNet 2024-02-22 17:44:49 +00:00
3116eaa763 Begin testing ensemble predict_proba
rmontanana pushed to baode_proba at rmontanana/BayesNet 2024-02-22 10:45:49 +00:00
443e5cc882 Implement classifier.predict_proba & test
rmontanana pushed to baode_proba at rmontanana/BayesNet 2024-02-20 11:18:30 +00:00
e1c4221c11 Add predict_voting and predict_prob to ensemble
rmontanana created branch baode_proba in rmontanana/BayesNet 2024-02-20 11:18:29 +00:00
rmontanana pushed to main at rmontanana/BayesNet 2024-02-20 09:11:30 +00:00
a63a35df3f Fix epsilont early stopping in BoostAODE
rmontanana pushed to main at rmontanana/BayesNet 2024-02-19 21:58:22 +00:00
c7555dac3f Add comments to BoostAODE algorithm
rmontanana pushed to main at rmontanana/Platform 2024-02-19 09:02:41 +00:00
731e03681a Remove uneeded variable in b_list
rmontanana pushed to main at rmontanana/Platform 2024-02-17 19:31:35 +00:00
643038fd19 Refactor notes position in Excel reports
rmontanana pushed to main at rmontanana/Platform 2024-02-17 19:01:21 +00:00
7d92876f06 Complete PartialResult refactoring