pyg-team / pytorch-frame

Tabular Deep Learning Library for PyTorch

Home Page:https://pytorch-frame.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle the case when input series is all nans's in MutualInformationSort

yiweny opened this issue · comments

It's possible that the input series is all nans or the target contains some nans. We need to handle the case otherwise the code will error out.