MCPcopy Create free account

hub / github.com/MariyaSha/data_science_dashboard / functions

Functions10 in github.com/MariyaSha/data_science_dashboard

↓ 3 callersFunctionsplit_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 callersFunctionbuild_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 callersFunctiondisplay_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
Functionbuild_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
Functionbuild_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
Functionget_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
Functionget_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
Functionget_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
Functionon_change
built-in Taipy function that runs every time a GUI variable is changed by user
complete_app/main.py:390
Functionon_init
built-in Taipy function that runs once when the application first loads
complete_app/main.py:372