yandex-research / rtdl

Research on Tabular Deep Learning: Papers & Packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong condition in _LVR_encoding

Yura52 opened this issue · comments

the condition here is broken. it should be {int: 'int', float: 'float'}[type(left)] instead of str(type(left))