kristoferB / SP

Sequence Planner
MIT License
12 stars 5 forks source link

ERICA prediction #86

Open edvardlindelof opened 7 years ago

edvardlindelof commented 7 years ago

Stuff to do/ideas I want to try:

edvardlindelof commented 7 years ago

https://github.com/edvardlindelof/ERICA-prediction

edvardlindelof commented 6 years ago

QLasso feature engineering notes

0809: categorical time-of-week feature is quite important in article (e.g. for one hospital using only time-of-week feature gives mse of 2700 while including all features gives 1700). I've gotten the training mse down only to 8000 but I think this is about NAL and not about the method 0811: time-of-week only gives training mse 8200 (testing mse 530-2700 in article). Including low-prio-patients-inqueue feature reduces it by 400 (300, 500 etc in article). Including not-so-detailed workload features reduces it by 100 (100, 700 etc in article). Including a bunch of rolling averages of the wait times reduces it by 100 (20ish in article). Including the not-so-detailed workload/capacity features reduces it by 35 (almost 0 in article)

ToDo improvements