krishnakartik1 / LSTM-footballMatchWinner

This repository contains the code for a conference paper "Predicting the football match winner using LSTM model of Recurrent Neural Networks" that we wrote
57 stars 25 forks source link

problems with dataCleaning.ipynb #2

Closed planeer closed 3 years ago

planeer commented 5 years ago

I have tried running through dataCleaning.ipynb and I am not getting quite the same end csv file as you did. And with my new csv there also isn't good prediction percentage in LSTM.ipynb. I also tried fixing what I thought was wrong with dataCleaning file, but no luck. Is there any chance you can share the original code you used for cleaning up the data, so you got such good end results?

krishnakartik1 commented 5 years ago

Hey! I used only the codes on the repo itself. Did you go through fdManipulate.ipynb ? LSMTs don't perform well when there are characters in the data.

planeer commented 5 years ago

Well that's interesting. Yes I did, but when I went through everything, the produced csv file wasn't the same as yours.

krishnakartik1 commented 4 years ago

Is it possible for you to pinpoint any particular cell that's causing this problem?