zengyh1900 / 3D-Human-Body-Shape

[ICIMCS'2017] Official Code for 3D Human Body Reshaping with Anthropometric Modeling
https://doi.org/10.1007/978-981-10-8530-7_10
MIT License
340 stars 105 forks source link

MICE() is not defined #3

Closed ismaeil-m closed 5 years ago

ismaeil-m commented 5 years ago

Inside the reshaper file function MICE is not defined. Kindly recheck it once...

zengyh1900 commented 5 years ago

hi @ismaeilVLSI MICE is defined in fancyimpute package for data imputing. Please install this package first.

ismaeil-m commented 5 years ago

I have installed the fancyimpute but mice package is not working. After Changing below combination its working. from fancyimpute import IterativeImputer mice <==> IterativeImputer mice.complete() <==> IterativeImputer.fit_transform() Thanks

KimYC1223 commented 4 years ago

@ismaeilVLSI It's works!! Thanks!!