-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix metrics' representation in backtest (#192)
* Backtest start * Backtest fix tests * Add backtest utils * Add deprecated decorator * Add backtest to pipeline * Revert "Add deprecated decorator" This reverts commit e507ae7. * Add docstring * Upd CHANGELOG * Make backtest work with pipelines * Apply suggestions from code review Co-authored-by: Martin Gabdushev <[email protected]> * Fix metric.class.name -> metric.repr in backtest metrics computation * Add conftests for pipelines, ensembles * Upd CHANGELOG * Fix metrics name in pipeline * Upd CHANGELOG * Format tests Co-authored-by: Martin Gabdushev <[email protected]>
- Loading branch information
1 parent
9a9f2c3
commit fd34ec1
Showing
5 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters