Open DSoudis opened 2 years ago
Hi @DSoudis,
Yes there is only SklearnModelAccuracy implemented in this library for now (my understanding too). Let us think about if we can support regressions tasks and I will write back on this topic :)
Best regards, Xiaozhe
Looking at the code my understanding is that only classification is possible. (SklearnModelAccuracy) I tried using SklearnModelUtility with MSE as a metric but this leads to a NotImplementedError.
Thanks!