You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#64.
### Summary of Changes
Metrics are now methods of classifiers and regressors. They also take a
validation or test set as input now instead of two columns representing
predicated and expected values.
---------
Co-authored-by: lars-reimann <[email protected]>
Is your feature request related to a problem?
In some sense metrics are a property of models (in connection with some data).
Desired solution
Think about whether it makes sense to have them as methods on models. This should be easy to implement once #60 is done.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
If this gets implemented, #63 is no longer needed.
The text was updated successfully, but these errors were encountered: