From 36309eb62c1cb6453468df9d1913db0e8db8b7d0 Mon Sep 17 00:00:00 2001 From: Huang Jiaxin <1103569500@qq.com> Date: Mon, 24 Mar 2025 21:49:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21e333..a2359b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Stock Market Price Predictor using Supervised Learning ### Aim -To examine a number of different forecasting techniques to predict future stock returns based on past returns and numerical news indicators to construct a portfolio of multiple stocks in order to diversify the risk. We do this by applying supervised learning methods for stock price forecasting by interpreting the seemingly chaotic market data. +To examine a number of different forecasting techniques to predict future stock returns based on past returns and numerical news indicators to construct a portfolio of multiple stocks in order to diversify the risk. We do this by applying supervised learning methods for stock price forecasting by interpreting the seemingly chaotic market data.!!!!hello我改了 ## Setup Instructions ```