Discovered a bug when trying to create a KNN model. KNN does not have a default constructor where Classifier.hpp tries to invoke the default constructor in k_fold_cv (which doesn't exist) and throws an error.
There's also no way currently to pass the constructor arguments from the original model.
Discovered a bug when trying to create a KNN model. KNN does not have a default constructor where Classifier.hpp tries to invoke the default constructor in k_fold_cv (which doesn't exist) and throws an error.
There's also no way currently to pass the constructor arguments from the original model.