-
Notifications
You must be signed in to change notification settings - Fork 7
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 adaptive selection #11
base: main
Are you sure you want to change the base?
Conversation
Adding module builders.py containing abstract class BacktestItemBuilders and child classes SelectionItemBuilder andOptimizationItemBuilder as well as various backtest item builder functions (bibfn)
- Adding functions append_custom and output_to_strategies to helper_functions.py - Adjustment in data_loader.py
- Adding class BacktestService and adjustments in class Backtest. Adjustment in related helper functions. - Adding test/demo file quick_and_dirty_interactive_testing.
- Adding module mean_estimation
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 good to me, thanks!
|
||
|
||
############################################################################ | ||
### QUICK-AND-DIRTY TESTING IN INTERACTIVE MODE DURING DEVELOPMENT |
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.
Maybe a better place for this file is in test directory.
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.
I would move it to examples, since this is a quick-and-dirty example of how one could run the (additional) code.
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.
Sure, examples are fine.
@@ -1,103 +0,0 @@ | |||
# GeoFin : a python library for portfolio optimization and index replication |
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.
it is not clear if the functionality of this file is moved to some other file or totally removed
Thanks @cbachela! I left one minor comment. Otherwise looks good to me. I approved it. |
No description provided.