Using AI to program simple things like predicting B3 stock prices.
Using ChatGPT to try to create a Python script that makes a basic prediction about the price of a specific B3 stock. The idea is to use the CSV file with historical data and generate a forecast using the ARIMA model for prices next week.
TL;DR: It doesn't work very well; don't rely on it for anything.
- P