iskandr / fancyimpute

Multivariate imputation and matrix completion algorithms implemented in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: not enough arguments for format string

mattharrison opened this issue · comments

The transform function has two place holders in the string but only provides one object. Throws a TypeError

raise ValueError(

Thanks @mattharrison. Are you up for a quick PR to fix it?