What is the proper setup to use data_func?
I have attempted to use list comprehension which is not allowed as lists are not callable. I have attempted to use pandas as a generator but generator objects are not picklable.
What the set up to use the data_func
parameter?
https://pycaret.readthedocs.io/en/latest/api/classification.html#pycaret.classification.setup
I expect that the data_func
parameter would accept a dataframe generator object or a list of dataframes. Either is acceptable or what is the proper use?