This project involves developing a Machine Learning model to predict stock returns for LVMH Moët Hennessy Louis Vuitton SE (MC.PA). Using historical stock data, the RandomForestRegressor model is trained to forecast future returns. These predictions are then leveraged to estimate future stock prices.
- Data Acquisition: Leverages
yfinance
to download historical stock data. - Feature Engineering: Employs features such as lagged returns and moving averages.
- Model Training: Utilizes a RandomForestRegressor for its robustness and ensemble learning capabilities.
- Return Prediction: Forecasts future stock returns based on historical data.
- Price Estimation: Converts predicted returns to stock price projections.
- Evaluation: Assesses model accuracy using Mean Squared Error (MSE) against actual market data.
Includes plots that visually compare the model's predicted values against actual market prices and returns, providing insights into the model's performance.