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
This commit was created on GitHub.com and signed with GitHubβs verified signature.
π Features
Add LOCF imputation ep.pp.locf_impute() for longitudinal (3D) data with forward fill and configurable fallback strategies (#1020) @agerardy@eroell
Add non-negative CP decomposition ep.tl.ncp() for 3D tensor factorisation with companion plots ep.pl.ncp() and ep.pl.ncp_cluster_trajectories() (#1030, #1038) @eroell
Add ep.pp.variable_correlations() and plotting functions ep.pl.variable_correlations() / ep.pl.variable_dependencies() (#1010) @sueoglu
Longitudinal explicit impute ep.pp.explicit_impute() extended to enable different imputation values per timepoint (#1023) @sueoglu
Sankey diagram state-transition colours and hover function for timeseries plots (#1019) @sueoglu
Add longitudinal data analysis notebook (#1007) @eroell
Add ep.tl.cox_ph_adjusted_curves() and plotting functions ep.pl.cox_ph_adjusted_curves() (#1028) @sueoglu
Add 3D support for ep.pp.knn_impute() (#1041) @sueoglu
Add ep.pp.missing_data_mask() to compute and apply missing-data masks for sparse, dense, and Dask arrays (#1045) @haoyu-haoyu