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
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.
The text was updated successfully, but these errors were encountered:
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 @jakevdprecommended here). But it would be great if I was able to do it from altair directly because of the easy groupby functionality it provides.
Vega-Lite 4.0 adds a number of additional transforms, including
density
,loess
,pivot
,quantile
, andregression
. These can't be fully supported until Altair 4.0 comes out, but we could start implementing them before that.The text was updated successfully, but these errors were encountered: