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
There are two python code files for GUI, app.py and app2.py. In app.py model user input is not undergo with label encoding. Basically uou have to enter all int/float values for the categorical values
in app2.py you can use original format of the input you don't have to enter label encoded( numerical values) for user input.