ohleevah

Results 2 comments of ohleevah

> 1. Which version of pytorch_tabular are you using? For completeness sake, here's the versions of all the required packages ([as described in requirements.txt](https://github.com/manujosephv/pytorch_tabular/blob/main/requirements.txt)). Requirement | Installed version -- |...

EDIT: Here is the actual code I am using. ``` ############## ## Packages ## ############## import numpy as np,warnings,shap from sklearn.model_selection import KFold from sklearn.metrics import confusion_matrix from xgboost import...