Descriptive statistics algorithm development
Created by: jassak
- Implementation of descriptive statistics algorithm. This algorithm takes one variable name as input and returns a few helpful statistics to be displayed in the portal when the user includes the corresponding variables in her model.
- Implementation of a randomized unit test generator. This generator randomly select variables from the adni dataset and prints inputs and expected outputs to a json file.
- Implementation of a parametrized unit test with pytest which uses the json file mentioned in the previous bullet.