Issue
To see the code open the colab link below. https://colab.research.google.com/drive/1H1QW_VOCIB9hvhQlg0zCkKlsT8aXgcUW?usp=sharing
Solution
it seems that you are trying to predict the variable 'expenses'. If i'm not wrong, this variable is continuous you can't use classification algorithms to predict it. LinearRegressor would be more suitable in this case
Answered By - R10
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.