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
I am using class GaussianMixtureCopula to fit my data: gmc = GaussianMixtureCopula(6, 2).fit(X) and this model performs well,
but when I try to generate some samples from the fitted model (gmc.random(2000)),
it only produces random numbers between 0 and 1.
I tried to figure out the reason but failed. Could you please fix this issue?
The text was updated successfully, but these errors were encountered:
I am using class
GaussianMixtureCopula
to fit my data:gmc = GaussianMixtureCopula(6, 2).fit(X)
and this model performs well,but when I try to generate some samples from the fitted model (
gmc.random(2000)
),it only produces random numbers between 0 and 1.
I tried to figure out the reason but failed. Could you please fix this issue?
The text was updated successfully, but these errors were encountered: