tebakaja's picture
Feat: Crafting LSTM, GRU, and LSTM_GRU model
0a7b47e
raw
history blame
109 Bytes
from pydantic import BaseModel
class CryptocurrencyPredictionSchema(BaseModel) :
days: int
currency: str