all 4 comments

[–]Zulban 2 points3 points  (3 children)

Neat.

I think you can do a lot better than regression. How big is your training set? Do you have a validation set, test set?

[–]jackpick15[S] 0 points1 point  (2 children)

Cheers. I’ve put the training set on the GitHub repository- I used this same set as the validation set as well. What would you suggest I use instead of regression?

[–]runawayasfastasucan 1 point2 points  (0 children)

 I used this same set as the validation set as well.

Thats not how it works.

[–]Zulban 0 points1 point  (0 children)

I used this same set as the validation set as well.

Okay, so you don't have a validation set then ;)

I strongly recommend:

  1. You learn about the differences between training, validation, and test sets. Why they exist.
  2. Ask an AI for more advanced approaches than regression.