-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix 1262: Get prediction data for sim #1265
Merged
KatunaNorbert
merged 20 commits into
issue-1257-use-chain-prediction-in-trading-sim
from
issue-1262-get-prediction-data-for-sim
Jun 25, 2024
Merged
Fix 1262: Get prediction data for sim #1265
KatunaNorbert
merged 20 commits into
issue-1257-use-chain-prediction-in-trading-sim
from
issue-1262-get-prediction-data-for-sim
Jun 25, 2024
Conversation
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
I commented out one of the test because I couldn't find a solution for it, working on local but fails inside github actions. |
LGTM, we can look at the issue at the epic branch |
kdetry
approved these changes
Jun 25, 2024
KatunaNorbert
merged commit Jun 25, 2024
a4d0867
into
issue-1257-use-chain-prediction-in-trading-sim
4 checks passed
KatunaNorbert
added a commit
that referenced
this pull request
Jul 4, 2024
* Fix 1262: Get prediction data for sim (PR #1265) * added new field to ppss for type of prediction source * add network param to sim cli and make fetch work * verify there is enough data in database and write test * Fix #1263: Transform lake data into prediction signals (#1297) * change ppss config to better fit the 2 prediction sources * get feed contract address from duckDB (#1311) * Fix #1316: Update readme with chain data predictions signals inside trading (#1320) * Fix #1313: mock GQLDataFactory for the sim engine (#1315) * Stop tracking lake_data/ folder
trizin
added a commit
that referenced
this pull request
Jul 18, 2024
…#1341) * Fix 1262: Get prediction data for sim (PR #1265) * added new field to ppss for type of prediction source * add network param to sim cli and make fetch work * verify there is enough data in database and write test --------- Co-authored-by: Mustafa Tuncay <[email protected]> * Fix #1263: Transform lake data into prediction signals (#1297) * issue-1263: sim_engine changes * issue-1263: part 2 * test fixes * removed unnecessary console logs * fix model var imps plot on chain data * fix mypy and pylint * issue-1263: fixes * issue-1263: tests will be fixed at the epic branch * change ppss config to better fit the 2 predictions * add try catch around gql update and fix pylint --------- Co-authored-by: Norbert <[email protected]> * get feed contract address from duckDB (#1311) * Fix #1316: Update readme with chain data predictions signals inside trading (#1320) * update readmes * Fix #1313: mock GQLDataFactory for the sim engine (#1315) * Stop tracking lake_data/ folder * clear_test_db is added to test_get_predictions_signals_data, removed console logs --------- Co-authored-by: Norbert <[email protected]> * review fixes * review fixes * fixes * moved ppss validation to ppss class * use parameter names when calling sim test dict function * removed print * fix failint test in trader agent system * Default to mainnet and revert changes * Revert values * remove redundant code and move functions * update tests * SimEngineChainPredictions class * better name * revert * use dev * format * more improvements * remove check and verify * remove test * verify_use_chain_data_in_syms_dependencies * move tests * verify_use_chain_data_in_syms_dependencies * formatting * make use_own_model optional * remove param * remove * move import * remove unused import * revert changes * remove unused * revert * empty_fig * update imports * linter * Use dict * update test * linter * mypy * remove def * fix insert to table db function is depricated * move under _init_loop_attributes * shorter error * rename to prob up * improvements to readme * mypy * separate source of predictions --------- Co-authored-by: Norbert <[email protected]> Co-authored-by: Mustafa Tuncay <[email protected]> Co-authored-by: Norbert <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1262.