Add optional Adanos sentiment data adapter#239
Open
alexander-schneider wants to merge 1 commit intoedtechre:masterfrom
Open
Add optional Adanos sentiment data adapter#239alexander-schneider wants to merge 1 commit intoedtechre:masterfrom
alexander-schneider wants to merge 1 commit intoedtechre:masterfrom
Conversation
8658d7f to
9c3bf92
Compare
This file contains hidden or 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
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.
Summary
AdanosSentimentdata-source wrapper inpybroker.ext.dataDataSourcewith Adanos sentiment custom columns for ML features and execution rulesWhy
PyBroker already supports custom data columns and ML walkforward workflows. This adapter keeps OHLCV data ownership with the user's existing data source, while adding optional alternative-data features such as
adanos_sentiment,adanos_buzz, and per-source Reddit/X/news/Polymarket columns.The implementation does not add a required dependency and does not change existing behavior unless users opt into the wrapper.
Tests
.venv/bin/python -m ruff check src/pybroker/ext/data.py tests/test_data.py.venv/bin/python -m ruff format --check src/pybroker/ext/data.py tests/test_data.pygit diff --check.venv/bin/python -m pytest tests/test_data.py -q— 96 passed.venv/bin/python -m pytest tests/ -q— 4077 passed