mkao006 / sws_imputation

Repository for implementing imputation for the Statistical Working System
0 stars 0 forks source link

Should data table be copied in all imputation function? #65

Closed mkao006 closed 10 years ago

mkao006 commented 10 years ago

Should the set of imputation functions operate on the original data or create a new copy of the data to be returned?

naconnell commented 10 years ago

Up to you – as long as the format is correct the system will save either back to the database on request. Also – only values which are new or changed will be saved to the DB from a block submitted for save, so you don’t have to worry about unwanted updates ☺ N.

From: Michael. C. J. Kao [mailto:notifications@github.com] Sent: 07 July 2014 13:38 To: mkao006/sws_imputation Subject: [sws_imputation] Should data table be copied in all imputation function? (#65)

Should the set of imputation functions operate on the original data or create a new copy of the data to be returned?

— Reply to this email directly or view it on GitHubhttps://github.com/mkao006/sws_imputation/issues/65.

mkao006 commented 10 years ago

This was actually a question for myself, since I thought I was the only one that is watching this repository. Anyway, its more about how I will shape my package rather than how it will affect the usage of the API so don't worry too much about it.

mkao006 commented 10 years ago

single imputation function now return vectors rather than fill the original data.