Trial Prediction

Artificial intelligence technology produces predictions that help manage controversial cases

Artificial intelligence #AI

Development of a model for predicting trials after an occupational accident. The model was trained with a complete data set provided by Expert ART, including analysis of the most influential factors, period to consider, etc. A REST API was developed and published to which a string with the data of a case is sent and a logical value (0/1) is returned indicating the prediction of judgment. Different algorithms were tested and Random Forest was selected, all programmed in Python.