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 was trying to use the univariate KDE. To do that, I tried to set the distribution parameter in sdv.Modeler constructor to sdv.univariate.KDEUnivariate. The fitted modeler still uses sdv.univariate.GaussianUnivariate.
I checked the distribution for TAX feature and it follows, in the synthetic data, a gaussian distribution, while in the original data it wasn't gaussian. To check that, I looked into both the modeler and the following KDE plots:
If you want to run the code, you can use the annexed CSV and JSON files.
SDV version: 0.1.0
Python version: 3.6
Operating System: Fedora release 28 (Twenty Eight)
Description
I was trying to use the univariate KDE. To do that, I tried to set the
distribution
parameter insdv.Modeler
constructor tosdv.univariate.KDEUnivariate
. The fitted modeler still usessdv.univariate.GaussianUnivariate
.What I Did
I ran the following code:
I checked the distribution for
TAX
feature and it follows, in the synthetic data, a gaussian distribution, while in the original data it wasn't gaussian. To check that, I looked into both the modeler and the following KDE plots:If you want to run the code, you can use the annexed CSV and JSON files.
boston-data.zip
The text was updated successfully, but these errors were encountered: