modeldashsidebar module

Created on Fri May 14 22:46:21 2021

@author: bruger

modeldashsidebar.app_setup(jupyter=False)[source]
modeldashsidebar.app_run(app, jupyter=False, debug=False, port=5000, inline=True)[source]
modeldashsidebar.get_stack(df, v='Guess it', heading='Yes', pct=True, threshold=0.5, desdict={})[source]
modeldashsidebar.get_no_stack(df, v='No attribution for exogenous variables ', desdict={})[source]
modeldashsidebar.get_line_old(pv, v='Guess it', heading='Yes')[source]
modeldashsidebar.get_line(pv, v='Guess it', heading='Yes', pct=True)[source]
modeldashsidebar.generate_table(dataframe, max_rows=10)[source]
class modeldashsidebar.Dash_graph(mmodel: <built-in function any> = None, pre_var: str = '', filter: float = 0, up: int = 1, down: int = 0, time_att: bool = False, attshow: bool = False, all: bool = False, dashport: int = 5001, debug: bool = False, jupyter: bool = True, show_trigger: bool = False, inline: bool = False, lag: bool = False, threshold: float = 0.5, growthshow: bool = False)[source]

Bases: object

mmodel: any = None
pre_var: str = ''
filter: float = 0
up: int = 1
down: int = 0
time_att: bool = False
attshow: bool = False
all: bool = False
dashport: int = 5001
debug: bool = False
jupyter: bool = True
show_trigger: bool = False
inline: bool = False
lag: bool = False
threshold: float = 0.5
growthshow: bool = False