fcit
fcit copied to clipboard
Invalid Value Error
My dataset has mixed datatypes (Continuous and DIscrete), When I try to perform conditional independence test the following error occurs:
databricks/python/lib/python3.7/site-packages/fcit/fcit.py:193: RuntimeWarning: invalid value encountered in true_divide t, p_value = ttest_1samp(d0_stats / d1_stats, 1)
how to solve this?