I am using Pycaret for a classification problem and I want to get a list of all the categorical and numerical variables inferred by setup() for EDA. Is there a way to do this?
I have tried looking at any function in the documentation but couldn't find anything.
Currently, I find only one way to do it in
PyCaret 3.x
by accessing the private variable of the Experiment object.