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
In the file model_notebook.ipynb all the columns have been categorically encoded, though I believe some of them should have been one-hot encoded.
Sex: 'male' and 'female' are nominal categories with no intrinsic order. Housing: Categories like 'own', 'free', etc., are nominal and do not imply an order. Saving accounts and Checking account: There is a perceived order in terms of the amount, but the same has not been used. Purpose: 'radio/TV', 'education', 'furniture/equipment', which are nominal categories with no inherent order.
Can someone please look into it and if possible assign it to me.
Edit: The same issue is there in the file classifiers.py as well
The text was updated successfully, but these errors were encountered:
In the file model_notebook.ipynb all the columns have been categorically encoded, though I believe some of them should have been one-hot encoded.
Sex: 'male' and 'female' are nominal categories with no intrinsic order.
Housing: Categories like 'own', 'free', etc., are nominal and do not imply an order.
Saving accounts and Checking account: There is a perceived order in terms of the amount, but the same has not been used.
Purpose: 'radio/TV', 'education', 'furniture/equipment', which are nominal categories with no inherent order.
Can someone please look into it and if possible assign it to me.
Edit: The same issue is there in the file classifiers.py as well
The text was updated successfully, but these errors were encountered: