-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNN+LLM example (part 1) #9350
GNN+LLM example (part 1) #9350
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ince they are unreasonable and exist since the linter thinks all atributes of a graph can either be a value or None
for more information, see https://pre-commit.ci
…ince they are unreasonable and exist since the linter thinks all atributes of a graph can either be a value or None
…ince they are unreasonable and exist since the linter thinks all atributes of a graph can either be a value or None
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
/usr/local/lib/python3.10/dist-packages/torch_geometric/datasets/web_qsp_dataset.py:237: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method. The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy. For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object. nodes.node_attr.fillna("", inplace=True)
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9350 +/- ##
==========================================
- Coverage 87.33% 86.34% -1.00%
==========================================
Files 460 475 +15
Lines 30385 31006 +621
==========================================
+ Hits 26536 26771 +235
- Misses 3849 4235 +386 ☔ View full report in Codecov by Sentry. |
Splits #9167 into multiple PRs.