pzflow icon indicating copy to clipboard operation
pzflow copied to clipboard

Which Bijector setup should be used when some columns in my data are circular/periodic?

Open MrShoenel opened this issue 6 months ago • 0 comments

If we lookt at, e.g., the NeuralSplineCoupling bijector, it has a boolean attribute periodic that we can set to true, so that it works better with periodic/circular data (like lat/long coordinates).

My question is, however, how would I set up the flow if only some of my columns contain periodic data? For example, in the California Housing dataset, you will have the median house price in one column, and lat/long in others.

Thanks!

MrShoenel avatar Aug 22 '24 06:08 MrShoenel