Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

cbachela
Copy link
Collaborator

No description provided.

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
Copy link
Contributor

@vfisikop vfisikop left a 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
Copy link
Contributor

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.

Copy link
Member

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.

Copy link
Contributor

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
Copy link
Contributor

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

@TolisChal
Copy link
Member

Thanks @cbachela! I left one minor comment. Otherwise looks good to me. I approved it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants