Python Impyute or IterativeImpute

偶尔善良 提交于 2020-01-16 08:45:09

问题


Trying to impute values based on the present values over time- for a given series, within a given country.

  • i.e. Do not want the imputed values of the series for Argentina, to be swayed by that same series's values for USA, or China, etc...
  • Also, do not want the imputed values to be swayed based on other series, such as GDP, GNI, etc.

Goal is to iterate over each series, for each country, and impute any missing values based on the present data for that feature, under that country.

Currently looking at SciKits iterativeImputer and Impyute's mice

来源:https://stackoverflow.com/questions/59254737/python-impyute-or-iterativeimpute

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!