UMCU-Digital-Health / No_Show

No-show prediction model to reduce the amount of no-shows at the clinics
MIT License
7 stars 2 forks source link

Fix full name being None bug #112

Closed rubenpeters91 closed 1 month ago

rubenpeters91 commented 1 month ago

The full name of a patient can apparently be None, causing a SQLalchemy error and crashing the predict endpoint. This PR fixes this bug.