Closed ghost closed 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.
Model
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.