datascope
datascope copied to clipboard
Is regression supported?
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!
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