fcit icon indicating copy to clipboard operation
fcit copied to clipboard

Invalid Value Error

Open Bhavana8650 opened this issue 4 years ago • 0 comments

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?

Bhavana8650 avatar Apr 18 '21 19:04 Bhavana8650