module documentation
Module for the views of the riskpredictor app.
Class |
|
View for adding a new InferenceResult instance. |
Class |
|
View for choosing a InferenceResult instance. |
Class |
|
View for the dashboard of the riskpredictor app. |
Function | help |
View for the help page of the riskpredictor app. |
Function | riskpredictor_ |
View for the AJAX request of the riskpredictor dashboard. |
Function | test |
View for testing the riskpredictor app. |
Variable | logger |
Undocumented |
View for the AJAX request of the riskpredictor dashboard.
This view receives the same data as the RiskPredictionView
, albeit in JSON format.
It then computes the risks and returns them in JSON format again to be handled
by JavaScript on the client side.
Parameters | |
request | Undocumented |
pk:int | Undocumented |
**kwargs:Any | Undocumented |
Returns | |
JsonResponse | Undocumented |