Public Member Functions | |
| def | get_absolute_url |
| def | inverse_goals_allowed |
| def | get_stats |
| def | get_stat |
| def | scores_ordered |
| def | scores_by_date |
| def | __str__ |
| def | save |
| def | save_plots |
| def | cache |
| def | get_absolute_url |
Public Attributes | |
| games | |
| goals_per_game | |
| goals_allowed_per_game | |
| team_goals_per_game | |
| differential | |
| wins | |
| win_percent | |
Static Public Attributes | |
| list | ordering = [('name')] |
| list | MANAGER_DATAPLOTS |
| list | DATAPLOTS |
Definition at line 104 of file models.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: [
(R.TimeSeries,{'qs':'scores_ordered','get_plot_args':{
'd':'game_seconds',
'y':'goals',
}}),
(R.TimeSeries,{'qs':'scores_by_date','attribute':'win_percent_plot',
'get_plot_args':{
'd':'game_seconds',
'y':'win_percent_until_now',
'ylab':'Win percent',
'xlab':'Game date',
'main':'Win percent change over time'
}}),
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: [
(R.SquareScatter,{'attribute':'offense_defense','get_plot_args':{
'x':'team_goals_per_game',
'y':'inverse_goals_allowed',
'ann':'name',
'main':"Defense v. offense"
}}),
R.SquareScatter,
(R.SquareScatter,{'attribute':'wins_diff'}),
(R.multi_time_series,{'get_plot_args':{
'x':'get_ts_data',
'main':"Win percent over time",
'ylab':"Win percent",
'xlab':"Game date",
},'init_args':{'h':9,'w':6.5}}),
]
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6