ohleevah
ohleevah
I have no problem running the code [as described here](https://pytorch-tabular.readthedocs.io/en/latest/tutorials/01-Basic_Usage/) but when I format my data the same way, I receive the following error: ``` >>> tabular_model.fit(train=df_train, validation=df_val) Global seed...
Hi there, My end goal is to summarize SHAP values across CV splits, I tried the method outlined [here](https://colab.research.google.com/gist/L-Ramos/743319d0c405b386d481c924e0fc6789/shap_cross_validation.ipynb#scrollTo=auoSCYOFDCmj), but am met with the following error when I try to...