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
finally I want to display the relationships of all features against each other, perhaps with
sns.pairplot(table, diag_kind=’kde’)
Currently this behaviour is not supported likely due to the function used to provide inline displays in kxpy/kx_backend_inline.py, more research is needed on this however
The text was updated successfully, but these errors were encountered:
External Query
I have a table in kdb – just 5 columns and 100 rows – all numeric (features of a model let’s say)
I want to display the contents of this table in jupyterq from seaborn.
Specifically I want to:
in python
Currently this behaviour is not supported likely due to the function used to provide inline displays in
kxpy/kx_backend_inline.py
, more research is needed on this howeverThe text was updated successfully, but these errors were encountered: