You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As a user, I want to jointly Categorify two columns, one is list and one is normal. Usecase - I have items interacted and one is the current item to predict and the list feature are the historic ones.
File /usr/local/lib/python3.8/dist-packages/pandas/core/dtypes/common.py:1619, in _is_dtype_type(arr_or_dtype, condition)
1615 return condition(type(None))
1617 return False
-> 1619 return condition(tipo)
File /usr/local/lib/python3.8/dist-packages/pandas/core/dtypes/common.py:146, in classes.<locals>.<lambda>(tipo)
144 def classes(*klasses) -> Callable:
145 """evaluate if the tipo is a subclass of the klasses"""
--> 146 return lambda tipo: issubclass(tipo, klasses)
TypeError: issubclass() arg 1 must be a class
Describe the bug
As a user, I want to jointly Categorify two columns, one is list and one is normal. Usecase - I have items interacted and one is the current item to predict and the list feature are the historic ones.
Error:
Error:
What works:
No joint categorify
Joint Categoriy with non-list columns
The text was updated successfully, but these errors were encountered: