removed code to print the number of outliers. could add it back later as logging potentially
cd21f99
Corey Morriscommited on
MC1 column had 8 rows with a value of 1. It didn't make sense given the next highest value was 0.47 . Assuming they were data errors, they were removed
e03b231
Corey Morriscommited on
truthfulqa data added to dataframe
abac22e
Corey Morriscommited on
Refactor to make later code changes easier
6d41115
Corey Morriscommited on
Added test for removal of undesired columns. fixed code error in column removal
9549fcc
Corey Morriscommited on
Moved rank data into a separate method and dataframe
31bed1a
Corey Morriscommited on
Extracting parameter data from the names of the models
dcadab7
Corey Morriscommited on
Refactor. Extracted methods.
ee5ac8e
Corey Morriscommited on
Refactoring. Moved ResultDataProcessor class to a separate file to make it easier to use with experimentation in a jupyter notebook