invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

Simplify Imputor API #69

Closed rofinn closed 3 years ago

rofinn commented 3 years ago

Attempting to resolve the following issues: #66, #57, #51, #50, #44, #43, #31

rofinn commented 3 years ago

Alright, this was bigger than expected, but a lot of the LOC changes are tied to removing the context blocks and moving a couple files around (also adding tests and docs). I've left several issues as TODO items to avoid making this bigger.

@oxinabox Would you mind double checking that I'm using DataDeps.jl as expected?

rofinn commented 3 years ago

Alright, I believe I've either addressed, responded or opened an issue for each comment left. Since there don't seem to be any new comments I'm gonna merge this and get started on the opened issues tomorrow.