-
Notifications
You must be signed in to change notification settings - Fork 87
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
Remove redundant metrics mapping #1167
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1167 +/- ##
==========================================
- Coverage 79.77% 79.71% -0.06%
==========================================
Files 142 141 -1
Lines 9863 9851 -12
==========================================
- Hits 7868 7853 -15
- Misses 1995 1998 +3
|
Hello @YamLyubov! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-09-14 09:48:08 UTC |
MASE metric for time series forecasting task was implemented https://en.wikipedia.org/wiki/Mean_absolute_scaled_error TimeSeriesForecastingMetricsEnum was created
…y-metrics-mapping
- pipeline complexity (task-independent)-> \ | ||
- time series forcasting -> \ | ||
:class:`~fedot.core.repository.quality_metrics_repository.TimeSeriesForecastingMetricsEnum` | ||
- pipeline complexity (task-independent) -> \ | ||
:class:`~fedot.core.repository.quality_metrics_repository.ComplexityMetricsEnum` |
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.
Посмотри, пожалуйста, в результате изменений эта докстринга актуальна?
Removes additional mapping of metrics and
ApiMetrics
.#1097