MCPcopy Create free account

hub / github.com/YogeshUpdhyay/stockforecasting / functions

Functions22 in github.com/YogeshUpdhyay/stockforecasting

↓ 2 callersFunctiongenerate_ticker_details
( info: dict )
app/components/tickerdetails.py:4
↓ 2 callersMethodget_data
(self)
app/controller/stock.py:37
↓ 2 callersMethodget_info
(self)
app/controller/stock.py:13
↓ 2 callersFunctionget_stock
(tickr, start_date, end_date)
app/controller/callbacks.py:14
↓ 1 callersFunctioncreate_app
()
app/app.py:4
↓ 1 callersMethodforecast
(self, n_days)
app/controller/model.py:76
↓ 1 callersFunctiongenerate_forecast_graph
(graph)
app/components/plot.py:13
↓ 1 callersFunctiongenerate_ticker_graph
(graph)
app/components/plot.py:5
↓ 1 callersFunctionget_forecast_detail
(accuracy, graph)
app/components/forecastdetail.py:6
↓ 1 callersMethodget_forecast_graph
(self, dates, y_pred)
app/controller/model.py:89
↓ 1 callersMethodget_graphs
(self)
app/controller/stock.py:29
↓ 1 callersFunctionmake_app
()
app/__init__.py:4
↓ 1 callersMethodmoving_average_graph
(self)
app/controller/stock.py:61
↓ 1 callersMethodopen_close_graph
(self)
app/controller/stock.py:51
↓ 1 callersMethodpreprocess
(self)
app/controller/model.py:20
↓ 1 callersMethodtrain
(self)
app/controller/model.py:52
↓ 1 callersMethodtune_hyperparamters
(self, x, y)
app/controller/model.py:31
↓ 1 callersMethodvalidate
(self, x_test, y_test, model)
app/controller/model.py:71
Method__init__
(self, ticker, start_date: str = str(date.today() - timedelta(days = 90)), end_date: str = str(date.today()))
app/controller/stock.py:8
Method__init__
(self, ticker)
app/controller/model.py:13
Functionform_submit
(stock_click, forecast_click, tickr, start_date, end_date, forecast_days)
app/controller/callbacks.py:37
Functiontoggle_navbar_collapse
(n, is_open)
app/components/navbar.py:41