Add sentiment to facts (color coded) #52
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
fabioth/evr#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
_SENTIMENT_LABEL_MAP: dict[str, float] = {
"positive": 0.5,
"negative": -0.5,
"neutral": 0.0,
"bullish": 0.7,
"bearish": -0.7,
"somewhat-bullish": 0.3,
"somewhat-bearish": -0.3,
"somewhat_bullish": 0.3,
"somewhat_bearish": -0.3,
}
Located in "overall_sentiment_score": 0.138656, "overall_sentiment_label": "Neutral", and "ticker_sentiment_score": "-0.208274", "ticker_sentiment_label": "Somewhat-Bearish"
assigned to @fabioth