evancrow / stock-analyzer

Application with ML model that can predict if a stocks price will 📈 or 📉
1 stars 0 forks source link

Add a Way to Use Model in Python #7

Closed ghost closed 3 years ago

ghost commented 3 years ago

In order to compare a ticker's history to a model, we need to find out what to compare, and then how to store that data as a model to compare data too. Should create a base Model class, with a way to compare data and return a projection.