Commit Graph

35 Commits

Author SHA1 Message Date
9a0449c12d Fix some lint warnings 2023-07-29 19:38:42 +02:00
7222119dfb Refactor experiment crossvalidation 2023-07-29 19:00:39 +02:00
af7a1d2b40 Fix score with tensors and finis sample 2023-07-26 13:29:47 +02:00
4a54bd42a2 Fix some mistakes 2023-07-26 12:53:01 +02:00
099b4bea09 Fix some mistakes in tensors treatment 2023-07-26 01:39:01 +02:00
644b6c9be0 Begin experiment 2023-07-23 01:47:57 +02:00
9981ad1811 Refactor Library renaming Base classes 2023-07-22 23:07:56 +02:00
d8218f9713 refactor sample to use new argparse library 2023-07-21 02:12:47 +02:00
8ddfd58a50 Fix some mistakes to correct tests 2023-07-20 18:55:56 +02:00
5f70449091 Refactor Library 2 include a Platform/ Experiments 2023-07-20 10:40:08 +02:00
2f5bd0ea7e Add getNumberOfNodes & getNumberOfEdges to Models
Add some more tests
2023-07-19 15:05:44 +02:00
ca72a34131 Add Makefile & tests 2023-07-17 22:51:15 +02:00
f530e69dae Add graphviz output to models 2023-07-16 01:20:47 +02:00
29aca0b35f refactor main 2023-07-15 20:23:43 +02:00
e3863387bb Complete TAN with Maximum Spanning Tree 2023-07-15 18:31:50 +02:00
e311c27d43 Complete SPODE & AODE 2023-07-15 01:59:30 +02:00
db6908acd0 Complete predict and score of kdb
Change new/delete to make_unique
2023-07-15 01:05:36 +02:00
e52fdc718f Complete and fix KDB 2023-07-13 16:59:06 +02:00
8b0aa5ccfb Begin implementing KDB 2023-07-13 03:15:42 +02:00
5793c31bc4 Refactor constructor 2023-07-12 03:07:10 +02:00
a60b06e2f2 refactor to use in python 2023-07-12 01:05:24 +02:00
d1eaab6408 Refactor Network and create Metrics class 2023-07-11 22:23:49 +02:00
c7e2042c6e Add entropy, conditionalEntropy, mutualInformation and conditionalEdgeWeight methods 2023-07-11 17:42:20 +02:00
c22eba3d5c Add version number to Network
Remove uneeded console output
2023-07-06 17:24:35 +02:00
71b88e2c65 Refactor to remove root node of network 2023-07-06 13:12:41 +02:00
0b33c6c04a Add threads to fit 2023-07-06 12:40:47 +02:00
b6c21c21e2 Add threads to exactInference 2023-07-06 11:59:48 +02:00
3de1967b3e Add mfeat-factors kdb2 & kdb3 networks
Tested with bayesclass & pgmpy kbd2
2023-07-06 09:18:32 +02:00
b9201cfeea Check result with KDB(k=3)
Same experiment with KDB(k=3), dataset glass, from bayesclass & bayesnet
Had same result 0.841121
2023-07-05 20:45:21 +02:00
a0114da70c Add glass kdb net 2023-07-05 19:09:59 +02:00
ba08b8dd3d Inference working 2023-07-05 18:38:54 +02:00
5db4d1189a Fix compile errors 2023-07-03 00:31:15 +02:00
83080e2b56 Add comments to .net files 2023-07-02 00:48:24 +02:00
23f0b0f55c Implement predict and predict_proba
Add samples and add parameters to main
2023-07-01 14:45:44 +02:00
79e7912ab3 Refactor folder structure of the project 2023-07-01 02:33:26 +02:00