Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chengetanaim/sentimentanalysisforfinancialnewsnotebook

Building the model of a financial news sentiment classifier. Financial news headlines will be classified as positive, negative or neutral (from an investor point of view)
https://github.com/chengetanaim/sentimentanalysisforfinancialnewsnotebook

logistic-regression machine-learning natural-language-processing scikit-learn tfidf-vectorizer

Last synced: about 19 hours ago
JSON representation

Building the model of a financial news sentiment classifier. Financial news headlines will be classified as positive, negative or neutral (from an investor point of view)

Awesome Lists containing this project

README

        

# SentimentAnalysisForFinancialNewsNotebook
Building the model of a financial news sentiment classifier. Financial news headlines will be classified as positive, negative or neutral (from an investor point of view)

Open the SentimentAnalysisForFinancialNews.ipynb file. The file is where the code is but it's also a tutorial where I take you in the data science journey of data wrangling, feature engineering, eda and model building.
You can open the file right here in your browser.

I also created a web application for this model using Django, the code for this can be found here - https://github.com/Chengetanaim/SentimentAnalysisForFinancialNews