simulation/decai/simulation/contract/incentive/stakeable.py (3 lines): - line 63: # TODO Limit how many times a data point can be added if the model already classifies right for it? - line 64: # TODO Add cost to flip all data? - line 65: # TODO Add discount if already submitted good data? simulation/decai/simulation/data/news_data_loader.py (3 lines): - line 114: # TODO Use article and set label. - line 121: # TODO Set up output. - line 195: # TODO Remove name of news sources. simulation/decai/simulation/data/fitness_data_loader.py (1 line): - line 89: # TODO Keep users in train set mutually exclusive from users in test set. simulation/decai/simulation/data/titanic_data_loader.py (1 line): - line 111: # TODO Attempt to download the data. simulation/decai/simulation/simulate_titanic_nb.py (1 line): - line 20: # FIXME Using MultinomialNB might not work well with the Titanic dataset because it requires discrete features. simulation/decai/simulation/data/offensive_data_loader.py (1 line): - line 126: # TODO Might have to might sure it has the same number of columns as x_train. simulation/decai/simulation/combine.py (1 line): - line 53: # TODO Make plot wider (or maybe it's ok for the paper).