-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature(Scorecard & Metric): Better default metric behaviour, improved printing and more predefined Metrics. #11
Conversation
src/examples/extended_scorecard.py
Outdated
name="A new, own Metric", | ||
category=MetricCategories.residual, | ||
result=calculated_metric_example * 3.0, | ||
hyperparameters={"hyper_1": 5.0}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by the way, we should consider using the word 'parameters'. these are parameters to a function, hyperparameters are exclusively used in the context of deep learning (which is not very popular in TS, for a reason) where the term "parameters" are already in use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, I can change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍾 looks great! I think this works, and I don't have any alternative!
No description provided.