How to Solve NameError: name 'fdrcorrection' is not defined -- statsmodels

Solution: Import the 'fdrcorrection' module

To Solve the error, add the following line to the top of your code.

from statsmodels.stats.multitest import fdrcorrection

 

For more information:
Python statsmodels fdrcorrection