Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 614 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 614 Bytes

linear-regression-stocks-

Tesla Stock Price Prediction

This repository contains Python code that predicts the future price of Tesla stock using scikit-learn linear regression and yfinance.

Features

The code has the following features:

  • It uses scikit-learn linear regression to predict the future price of Tesla stock.
  • It uses yfinance to download historical stock data from Yahoo Finance.
  • It can be easily customized to predict the future price of other stocks.

Contributing

If you would like to contribute to the code, please feel free to fork the repository and submit a pull request.