Ricardo Montañana Gómez rmontanana
  • Albacete
  • Joined on 2023-05-12
rmontanana pushed to main at rmontanana/Platform 2024-05-18 16:54:47 +00:00
b9e0c92334 Move ResultsDatasetConsole to results folder
rmontanana pushed to main at rmontanana/Platform 2024-05-18 11:00:20 +00:00
25bd7a42c6 Replacce pragma once with ifndef
c165a4bdda Fix refactor of static aggregate method
49a36904dc Refactor aggregate score to a constructor
577351eda5 put using json=nlohmann:ordered_json under namespace platform
Compare 4 commits »
rmontanana pushed to main at rmontanana/Platform 2024-05-17 12:05:17 +00:00
a3c4bde460 Fix problem with num of classes in pyclassifiers experiments
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-17 09:15:50 +00:00
2584e8294d Force mutual information methods to be at least 0
rmontanana pushed to main at rmontanana/Platform 2024-05-16 23:25:38 +00:00
696c0564a7 Add BoostA2DE model and fix some report errors
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-16 15:21:56 +00:00
291ba0fb0e First functional BoostA2DE with its 1st test
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-16 12:33:06 +00:00
80043d5181 First approach to BoostA2DE::trainModel
677ec5613d Add features used to selectKPairs
cccaa6e0af Complete selectKPairs method & test
Compare 3 commits »
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-16 11:25:51 +00:00
2e3e0e0fc2 Add selectKParis method
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-15 18:00:57 +00:00
8784a24898 Extract buildModel method to parent class in Boost
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-15 17:49:26 +00:00
54496c68f1 Create Boost class as Boost<x> classifiers parent
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-15 09:53:25 +00:00
1f236a70db Create BoostA2DE base class
rmontanana pushed to BoostA2DE at rmontanana/BayesNet 2024-05-15 09:28:18 +00:00
ef3c74633c Conditional Entropy test
rmontanana created branch BoostA2DE in rmontanana/BayesNet 2024-05-15 09:28:17 +00:00
rmontanana pushed to main at rmontanana/BayesNet 2024-05-15 09:16:14 +00:00
7efd95095c Merge pull request 'AnDE' (#28) from AnDE into main
0e24135d46 Complete Conditional Mutual Information and test
521bfd2a8e Remove unoptimized implementation of conditionalEntropy
e2e0fb0c40 Implement Conditional Mutual Information
56b62a67cc Change BoostAODE tests results because folding upgrade
Compare 16 commits »
rmontanana merged pull request rmontanana/BayesNet#28 2024-05-15 09:16:14 +00:00
AnDE
rmontanana created pull request rmontanana/BayesNet#28 2024-05-15 09:14:33 +00:00
AnDE
rmontanana pushed to AnDE at rmontanana/BayesNet 2024-05-15 09:09:33 +00:00
0e24135d46 Complete Conditional Mutual Information and test
rmontanana pushed to AnDE at rmontanana/BayesNet 2024-05-14 23:24:35 +00:00
521bfd2a8e Remove unoptimized implementation of conditionalEntropy
rmontanana pushed to AnDE at rmontanana/BayesNet 2024-05-14 22:48:42 +00:00
e2e0fb0c40 Implement Conditional Mutual Information
rmontanana pushed to main at rmontanana/Platform 2024-05-14 11:22:19 +00:00
30a6d5e60d Complete reporconsole with classification report