You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add statistical test to regroup categories given continuous target. I'd choose non-parametric version of t-test mann whitney or kruskal walis. But I am open to suggestions. There'd be two methods and _compute_p_value would choose one or the other based on input parameter.
model_typewhich can be [classification,regression] to the class:cobra/cobra/preprocessing/categorical_data_processor.py
Line 61 in 6ef6723
model_type.cobra/cobra/preprocessing/categorical_data_processor.py
Line 216 in 6ef6723
_compute_p_valuewould choose one or the other based on input parameter.cobra/cobra/preprocessing/categorical_data_processor.py
Line 399 in 6ef6723