Skip to content

Commit

Permalink
Update README.md (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta authored Dec 21, 2024
1 parent e7a6474 commit ecff54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ PyTorch Frame builds directly upon PyTorch, ensuring a smooth transition for exi
Comes with a collection of readily-usable tabular datasets. Also supports custom datasets to solve your own problem.
We [benchmark](https://github.com/pyg-team/pytorch-frame/blob/master/benchmark) deep tabular models against GBDTs.
- **PyTorch integration**:
Integrates effortlessly with other PyTorch libraries, facilitating end-to-end training of PyTorch Frame with downstream PyTorch models. For example, by integrating with [PyG](https://pyg.org/), a PyTorch library for GNNs, we can perform deep learning over relational databases. Learn more in [RelBench](https://relbench.stanford.edu/) and [example code (WIP)](https://github.com/snap-stanford/relbench/blob/main/examples/gnn.py).
Integrates effortlessly with other PyTorch libraries, facilitating end-to-end training of PyTorch Frame with downstream PyTorch models. For example, by integrating with [PyG](https://pyg.org/), a PyTorch library for GNNs, we can perform deep learning over relational databases. Learn more in [RelBench](https://relbench.stanford.edu/) and [example code](https://github.com/snap-stanford/relbench/blob/main/examples/).

## Architecture Overview

Expand Down

0 comments on commit ecff54e

Please sign in to comment.