[BUG] USER INPUT HANDLING IN generate_predictions FUNCTION #111
Labels
bug
Something isn't working
good first issue
Good for newcomers
gssoc-ext
hacktoberfest-accepted
level1
The conversion of user input assumes all values can be converted to float. But if the dataset includes categorical features, we need to handle those differently. I have corrected the particular block of code.
Also I have attached the before and after codes.
Please look into this and assign me this problem @ombhojane Sir
Before :
After :
The text was updated successfully, but these errors were encountered: