nliulab / AutoScore

AutoScore: An Interpretable Machine Learning-Based Automatic Clinical Score Generator
31 stars 4 forks source link

Issue with validation_set_3 not being generated correctly #13

Open renlok opened 1 month ago

renlok commented 1 month ago

I'm struggling to get this to run with my dataset, which includes mostly boolean data.

The score_table looks like it is being generated correctly but when it tried to generate the validation_set_3 for some reason it's failing to get the score_table data and it just filling values as NA, which leads to the rest if it failing. I assume it's something to do with assign_score function but I can't figure out why this is happening.