pyg-team / pytorch-frame

Tabular Deep Learning Library for PyTorch
https://pytorch-frame.readthedocs.io
MIT License
540 stars 54 forks source link

Incorrect link in README Implemented Deep Tabular Models section #405

Closed Kksk43 closed 5 months ago

Kksk43 commented 5 months ago

Just wanted to point out a small issue in the README file. In the Implemented Deep Tabular Models section, the example link for TabTransformer currently points to https://github.com/pyg-team/pytorch-frame/blob/master/examples/tabtransformer.py but it seems to be incorrect (results in a 404).

I think it should probably point to https://github.com/pyg-team/pytorch-frame/blob/master/examples/tab_transformer.py.

Would be great if this could be fixed.

Thanks for your efforts on pytorch-frame – it's a fantastic project!

akihironitta commented 5 months ago

Thanks for reporting this issue! Would you be interested in submitting a PR to fix this?