Major Update
AnotherSamWilson
released this
08 Sep 15:34
·
277 commits
to master
since this release
- Models from all iterations can be saved with save_models == 2.
- Kernel classes inherit from base imputed classes - allows for methods to be called on imputed datasets obtained form impute_new_data().
- Time log was added
- MultipleImputedDataset is now a collection of ImputedDataSets with methods for comparing them. Subscripting gives the desired dataset.
- Tests updated to be much more comprehensive
- Datasets can now be added and removed from a MultipleImputedDataSet/MultipleImputedKernel.