Start fixing forecast service 22
This commit is contained in:
@@ -32,7 +32,7 @@ class Forecast(Base):
|
|||||||
confidence_level = Column(Float, default=0.8)
|
confidence_level = Column(Float, default=0.8)
|
||||||
|
|
||||||
# Model information
|
# Model information
|
||||||
model_id = Column(UUID(as_uuid=True), nullable=False)
|
model_id = Column(String(255), nullable=False)
|
||||||
model_version = Column(String(50), nullable=False)
|
model_version = Column(String(50), nullable=False)
|
||||||
algorithm = Column(String(50), default="prophet")
|
algorithm = Column(String(50), default="prophet")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user