modal-inria / MixtComp

Model-based clustering package for mixed data
Other
12 stars 4 forks source link

Python package #9

Closed Quentin62 closed 2 years ago

Quentin62 commented 2 years ago

Develop PyMixtComp to run C++ executable from python. Reproduce all R functions in python

Quentin62 commented 2 years ago

For Basic mode: in a pandas DataFrame, the default NaN value (np.nan) is a float. So we cannot use nan for integer variables otherwise there will be detected as float and their model will be Gaussian instead of Poisson