verri / evc

2 stars 0 forks source link

ensure cross paired cross validation between model competitors; adding keras models plotting tests #2

Closed leopers closed 5 months ago

leopers commented 5 months ago

Here, i've done some test to check if any adaptation could possibly guarantee that our initial naive implementation of a bayesian classifier comparison also works with Keras deep learning models. Then, i changed my kfold+encoding implementation to ensure that all cross validation steps are paired between classifiers.