-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Once the policyUpdate array is passed to server side at the beginning of the month, a set of incidents is being generated.
Probably resolved:
One of the reasons for irrelevant events might be that for the moment only the policy which came first in the array of updated policies with its unique combination of employee-location-device is taken to the account. This policy is then passed for the generation of the incidents list, which takes this policy and applies it for all the possible combinations of employee-location-device for both of risk types and then returns the list of incidents
Not resolved:
Prediction of incidents works inappropriately in model_sklearn.py line
"event = self.get_prediction(datapoints, employee, location, device, next_risk)"