I just finished the "Trading with Machine Learning: Regression" course, the predicted result is based on the input csv file. How can I predict the High and Low price for an input Date and Opening price?
You can fetch the daily data from various web data sources such as Quandl, Yahoo finance. Once you have data, you can create an input feature as Open price and target as high and low price.
Can refer to this blog to get the stock market data such as price and volume using Python packages.