maxpumperla / betago

BetaGo: AlphaGo for the masses, live on GitHub.
http://maxpumperla.github.io/betago
MIT License
680 stars 162 forks source link

Fix data label/feature issue #54

Closed tanmayb123 closed 6 years ago

tanmayb123 commented 6 years ago

There's an issue that I was experiencing in which I'd run X, y = processor.load_go_data(num_samples=1000), but X and y would end up being the same values (both of them were features, neither contained values).

As far as I can tell, this PR should fix the issue and actually make the data loader work.

maxpumperla commented 6 years ago

thanks! not sure how we never noticed that...