EmmaRocheteau / TPC-LoS-prediction

This repository contains the code used for Temporal Pointwise Convolutional Networks for Length of Stay Prediction in the Intensive Care Unit (https://dl.acm.org/doi/10.1145/3450439.3451860).
https://dl.acm.org/doi/10.1145/3450439.3451860
MIT License
76 stars 25 forks source link

Add model_type parameter to argument parser #18

Open kumarharsh opened 1 year ago

kumarharsh commented 1 year ago

Without this, the vanilla command python -m models.run_tpc fails with this error:

'Config' object has no attribute 'model_type'