Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YogeshUpdhyay/stockforecasting
/ functions
Functions
22 in github.com/YogeshUpdhyay/stockforecasting
⨍
Functions
22
◇
Types & classes
2
↳
Endpoints
2
↓ 2 callers
Function
generate_ticker_details
( info: dict )
app/components/tickerdetails.py:4
↓ 2 callers
Method
get_data
(self)
app/controller/stock.py:37
↓ 2 callers
Method
get_info
(self)
app/controller/stock.py:13
↓ 2 callers
Function
get_stock
(tickr, start_date, end_date)
app/controller/callbacks.py:14
↓ 1 callers
Function
create_app
()
app/app.py:4
↓ 1 callers
Method
forecast
(self, n_days)
app/controller/model.py:76
↓ 1 callers
Function
generate_forecast_graph
(graph)
app/components/plot.py:13
↓ 1 callers
Function
generate_ticker_graph
(graph)
app/components/plot.py:5
↓ 1 callers
Function
get_forecast_detail
(accuracy, graph)
app/components/forecastdetail.py:6
↓ 1 callers
Method
get_forecast_graph
(self, dates, y_pred)
app/controller/model.py:89
↓ 1 callers
Method
get_graphs
(self)
app/controller/stock.py:29
↓ 1 callers
Function
make_app
()
app/__init__.py:4
↓ 1 callers
Method
moving_average_graph
(self)
app/controller/stock.py:61
↓ 1 callers
Method
open_close_graph
(self)
app/controller/stock.py:51
↓ 1 callers
Method
preprocess
(self)
app/controller/model.py:20
↓ 1 callers
Method
train
(self)
app/controller/model.py:52
↓ 1 callers
Method
tune_hyperparamters
(self, x, y)
app/controller/model.py:31
↓ 1 callers
Method
validate
(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
Function
form_submit
(stock_click, forecast_click, tickr, start_date, end_date, forecast_days)
app/controller/callbacks.py:37
Function
toggle_navbar_collapse
(n, is_open)
app/components/navbar.py:41