Closed parsifal9 closed 2 years ago
Hey,
this is also caused due to an update of the TabNet implementation. I fixed it now in the code.
You can easily fix it yourself by replace the line self.params["cat_idxs"] = args.cat_idx
with self.params["cat_idxs"] = args.cat_idx if args.cat_idx else []
in the models/tabnet.py
file in the __init__.py
-method.
yes, I can confirm that this is now working as expected. Bye and thanks R
Hi Kathrin,
I get the following error for california_housing and covertype for the TabNet model.
Unfortunately, once again, this is also happening for my data
Bye R