iskandr/fancyimpute

TypeError: not enough arguments for format string

mattharrison opened this issue · 1 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?