Stefan Hegselmann
Stefan Hegselmann
What is the status of this feature?
See https://github.com/MIT-LCP/mimic-code/issues/987. Also in `concepts/measurements/inflammation.sql' the line containing Procalcitonin is commented out.
Hi @jkkummerfeld Thanks for putting together the Colab notebook for running the SpanBERT model: https://colab.research.google.com/drive/1SlERO9Uc9541qv6yH26LJz5IM9j7YVra#scrollTo=w5n-XspBFHjD. We tried to copy and run it today and ran into a new issue when...
It is pretty straightforward to integrate missing values for categorical variables by simply adding another category. For continuous variables I tried a very simple workaround (slight modification of the EBM...
Hi. Thanks for coming back on this issue and for your detailed explanation! Works as described for me and, unsurprisingly, produces very similar results as the workaround I mentioned earlier....
Hi @xiaohk Thank you very much! Btw we also released the code for visualization used in our experiments. It is based on Java Spring and a JS frontend and includes...
Hello @ANERIZ, thanks for using TabLLM! Basically, you need a serialization of your data into text to use it with TabLLM. We provided some methods for tabular data in our...
Hello @LillyChen, thanks for using TabLLM! The `requirements.txt` file is provided in the t-few project. Please be sure to first change into the t-few project directory before executing the `pip...
Hello @abdd68, Thanks for using TabLLM! Did you follow all steps in Readme to setup both TabLLM and t-few? What command did you execute that caused this error? Unfortunately, I...
Hello @shivprasad94, sorry for the late reply and thanks for reaching out! TabLLM is LLM agnostic, so you can use whatever LLM you want. For instance, to use another HuggingFace...