Regression Model Seems to be Random Chance #8300
Unanswered
anthonysirico
asked this question in
Q&A
Replies: 1 comment
-
Your model looks like. Can you try to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here are the model, train, test, and predict functions that I have:
But when i do multiple runs to evaluate the effectiveness of the model, it seems to be random chance when it comes to$R^2$ , MSE, and MAE. What i am doing is reducing the batch size by half every run, and one round of training, a training size of 80% would do worse than a training set size of 40%, where the 80% would have an $R^2$ of -0.14. And other times it would be the other way around. Its taking 1000 epochs to see any good results. Is there anything wrong with the model i have come up with? Note: The $R^2$ results are based on the test set.
Beta Was this translation helpful? Give feedback.
All reactions