You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NotGayBut5CentsAre5Cents edited this page Jun 5, 2018
·
3 revisions
balancing_data.py
Data balancing is important because when we train the model we will need to have an equal amount of keypresses for wasd
(as naturally we will press w the most) in our train data for the model to train properly.
get_indexes
Given a list and a key, finds all the indexes of the key in the list