Jinu Sunil

Results 4 issues of Jinu Sunil

Closes #52 This PR makes the following changes. 1. Added a workflow called pypi_deploy.yml. it deploys the package to pypi on tagged releases. 2. deleted travis.yml and tox.ini Note: @manujosephv,...

pytorch-tabular currently uses travis and tox for CI/CD, the plan is to move this to github-actions. **Describe the solution you'd like** The current CI/CD pipeline uses flake8 for linting, and...

Closes #2069. Implementation of PGexplainer as described in #2069. This implementation is based off a pytorch implementation in [openreview](https://openreview.net/forum?id=8JHrucviUf), which is based on the authors [original implementation](https://github.com/flyingdoog/PGExplainer). The authors original...

feature
1 - Priority P1
explain

### 🛠 Proposed Refactor The new [EdgeIndex](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.edge_index.EdgeIndex.html#torch_geometric.edge_index.EdgeIndex) object is a `edge_index` Tensor with lots of useful metadata. It is a drop in replacement to the usual `edge_index` Tensor. The goal...

refactor