Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Vega-Lite 4.0 transforms #6

Open
jakevdp opened this issue Oct 17, 2019 · 2 comments
Open

Implement Vega-Lite 4.0 transforms #6

jakevdp opened this issue Oct 17, 2019 · 2 comments

Comments

@jakevdp
Copy link
Member

jakevdp commented Oct 17, 2019

Vega-Lite 4.0 adds a number of additional transforms, including density, loess, pivot, quantile, and regression. These can't be fully supported until Altair 4.0 comes out, but we could start implementing them before that.

@robna
Copy link

robna commented Jun 29, 2021

I was wondering if for these transforms the calculated values will now be accessible, as the current release of altair is 4.1.0?
Especially I would like to extract the values of a density transform, but get the NotImplementedError.

My current way around is to calculate a KDE outside of altair (using SKLearn, as @jakevdp recommended here). But it would be great if I was able to do it from altair directly because of the easy groupby functionality it provides.

@jakevdp
Copy link
Member Author

jakevdp commented Jun 29, 2021

Some of these transforms have been implemented on master, but there hasn't been a release of this package for a while/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants