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

Stock News Sentiment Analysis #454

Merged
Merged
11 changes: 11 additions & 0 deletions Stock News Sentiment Analysis/Dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dataset:
https://www.kaggle.com/datasets/avisheksood/stock-news-sentiment-analysismassive-dataset

# Columns:
Sentiment: 0 represents a negative/neutral sentiment and 1 represents a positive sentiment.

Sentence: The text upon which sentiment analysis is to be performed.

# About this file:
0 represents that the news is negative or neutral (Therefore the stock will likely go down)
1 represents that the news is positive (Therefore the likely stock will go up)
110,736 changes: 110,736 additions & 0 deletions Stock News Sentiment Analysis/Dataset/Sentiment_Stock_data.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Stock News Sentiment Analysis/Model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Stock News Sentiment Analysis
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the README.md template and update it accordingly. Here is the template, https://github.com/abhisheks008/ML-Crate/blob/main/.github/readme_template.md


Loading