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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
aniketmaurya
changed the title
Make categorical_input/numerical_input optional
Make categorical_input/numerical_input optional for TabularData.from_df
Feb 12, 2021
🐛 Bug
If I have only numerical features then I still have to pass an empty list for the categorical_input. It can be optional.
To Reproduce
Steps to reproduce the behavior:
numerical_input=['digit'],
)
Code sample
Expected behaviour
If only one of categorical or numerical input is passed then users should not be forced to enter an empty list.
Environment
conda
,pip
, source): pipThe text was updated successfully, but these errors were encountered: