Labo-Lacourse / stepmix

A Python package following the scikit-learn API for model-based clustering and generalized mixture modeling (latent class/profile analysis) of continuous and categorical data. StepMix handles missing values through Full Information Maximum Likelihood (FIML) and provides multiple stepwise Expectation-Maximization (EM) estimation methods.
https://stepmix.readthedocs.io/en/latest/index.html
MIT License
56 stars 4 forks source link

Problème avec l'exemple. #1

Closed giguerch closed 2 years ago

giguerch commented 2 years ago

Dans l'exemple, il manque une troisième partie pour que l'exemple puisse se déballer (unpack). Il faudrait ajouter une dimension Z pour que ça marche

X, Y = data_bakk_response(n_samples=1000, sep_level=.7, random_state=42)

sachaMorin commented 2 years ago

Solved. Thanks!