Skip to content

Commit

Permalink
refactor: unify model output format
Browse files Browse the repository at this point in the history
  • Loading branch information
2018007956 committed Feb 22, 2024
1 parent 9633601 commit e7d3591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions streamlit/models/hmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ def visualize_hmm(self, predicted_close_prices):
# ),
])
fig.update_layout(
title='Hidden Markov Model',
yaxis_title='Price (KRW)',
xaxis_title='Datetime',
title='Hidden Markov Model Prediction',
yaxis_title='Stock Price',
xaxis_title='Date',
xaxis_rangeslider_visible=False,
xaxis_type='category'
)
Expand Down

0 comments on commit e7d3591

Please sign in to comment.