Changelog
Source:NEWS.md
rCISSVAE v1.0.0
NOTE
- Major changes made to ensure correct handling of categorical variables
- Cross-entropy loss now used for categorical variables
- Please use update_cissvae_env() to upgrade your python ciss-vae package ## Updates
- Added
categorical_column_mapto fix the preparation of valdata for caegorical columns - Added
update_cissvae_envto update the cissvae environment when needed - Added
impute_resultclass and save/load methods forimpute_resultclass -
save_cissvae_model()andload_cissvae_model()can now save and load state_dicts as well as full models. State_dict is preferred
rCISSVAE v0.0.5
CRAN release: 2026-03-03
Updates
-
performance_by_cluster()imputation error calculation now matches python implementation - changed all
columns_ignoreparameters tocols_ignore. Keepingcolumns_ignoreas an alias for continuity.
New additions
-
save_cissvae_model()will save CISSVAE models to disk -
load_cissvae_model()loads a saved CISSVAE model from disk -
impute_with_cissvae()accepts a model and R data.frame with missingness and uses the model to impute the data
rCISSVAE v0.0.4
CRAN release: 2026-01-23
Updates
- added missingness heatmap function
cluster_heatmap()and associated vignette - Updated the examples to be ‘donttest{}’ not ‘dontrun{}’
- Added checks for reticulate to functions requiring reticulate
- Added tutorial for loading and imputing with saved model
rCISSVAE v0.0.3
Updates
-
binary_feature_maskis now correctly recognized by bothautotune_cissvae()andrun_cissvae() - Added tests for making sure binary_feature_mask is correctly recognized