-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fixes #19 by Implemented Buy/Sell Recommendation System with K-Means Clustering and Silhouette Score Evaluation #97
Conversation
…d Silhouette Score Evaluation - Added K-Means clustering to classify stock price data into Buy, Sell, and Hold signals based on technical indicators such as Returns, Moving Averages (MA_50 and MA_200), and Volatility. - Integrated a backtesting system to simulate trades based on the generated buy/sell signals and calculated final portfolio value. - Evaluated the clustering quality using the Silhouette Score and optimized the number of clusters using the Elbow Method. - Enhanced the feature set by calculating additional indicators like MACD and incorporated them into the clustering model. - Plotted the buy/sell signals on historical stock data to visually validate the system's performance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure the PR matches the requirements mentioned in the Contribution guide. The maintainer might get in touch to enusre quality. Thanks for your time
@kundana29 What's the issue number that you have been assigned? If not please create one first else please link the issue using keywords. (fixes/closes..) You can find the detailed info about the same here: Thanks & regards. |
@Mayureshd-18 I am working on issue #19 . Clustering Algorithms for Buy/Sell Recommendation System . |
@kundana29 Please use the keywords as mentioned in the docs as they are. Then only your issue will be linked to the PR. If needed please refer to other PRs which have issues linked to them. Thanks and Regards |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm!
Fixes rohitinu6#19 by Implemented Buy/Sell Recommendation System with K-Means Clustering and Silhouette Score Evaluation
Fixes #19