Is it kosher for me to import scipy here? Do we all have it?
I'm using it to run the t-tests for the independent feature evaluation, but I wasn't sure if it was going to break things for you. If you don't have it and don't want to, I could just move the import statement into my function so it's only called if you need it.
I think it's fine. The way in which test_framework.py connects to the database assumes that the file is being run on our comps machine anyway (although this can probably be changed).
Is it kosher for me to import scipy here? Do we all have it?
I'm using it to run the t-tests for the independent feature evaluation, but I wasn't sure if it was going to break things for you. If you don't have it and don't want to, I could just move the import statement into my function so it's only called if you need it.