Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariyaSha/data_science_dashboard
/ functions
Functions
10 in github.com/MariyaSha/data_science_dashboard
⨍
Functions
10
◇
Types & classes
0
↓ 3 callers
Function
split_data
arrange data for training and prediction - input stock_data: Pandas dataframe from global variable - input dates: list with a start
complete_app/main.py:203
↓ 1 callers
Function
build_RNN
create a Recurrent Neural Network - input n_fratures: integer with the number of features within x and eval_x - output model: RNN Tensorf
complete_app/main.py:417
↓ 1 callers
Function
display_graph
draw stock value graphs - input graph_data: numpy array of stock values to plot - output figure: plotly Figure with visuallized graph_dat
complete_app/main.py:176
Function
build_company_names
filter companies by their country of origin - input country: string with country name - output company_names: list of company names
complete_app/main.py:134
Function
build_graph_data
filter global stock data by dates and companies - input dates: list with a start date and a finish date - input company: list of com
complete_app/main.py:147
Function
get_knn
obtain prediction with K Nearest Neighbors - input dates: list with a start date and a finish date - input company: list of company
complete_app/main.py:257
Function
get_lin
obtain prediction with Linear Regression - input dates: list with a start date and a finish date - input company: list of company sy
complete_app/main.py:241
Function
get_rnn
obtain prediction with RNN - input dates: list with a start date and a finish date - input company: list of company symbols
complete_app/main.py:273
Function
on_change
built-in Taipy function that runs every time a GUI variable is changed by user
complete_app/main.py:390
Function
on_init
built-in Taipy function that runs once when the application first loads
complete_app/main.py:372