-
-
As Cora the Coder, I want the filtersets in the IPAM app to be refined to add missing filter fields as meta fields.
See https://gist.github.com/jathanism/7c585954da4cb1a54997be31991cdaac
-
Hi @yyou1996, thanks for your great work. Just have a question about the GraphCL for node classification in unsupervised_Cora_Citeseer. The default batch_size is set to 1. How do you generate negative…
-
Hi,
I suggest adding the correct CORA 2020 download link to the manual https://tumcps.github.io/CORA/data/CORA_2020.zip, instead of only linking to the website.
Also, make clear that CORA is not bac…
-
This ticket is meant to introduce a discussion of adding stature methods to CoRA since this is something we have talked about as a goal. Right now stature is an option for the bio profile but there a…
-
First meeting based on notes transcribed/emailed by @fedamann.
**Notes**
1. We see a need for governance of (i) lab case data and (ii) extant reference data sets
2. Develop tools and rules for c…
-
Unable to download CORA from the Planetoid link.
https://github.com/deusebio/Graph-Machine-Learning/blob/513387bb0dd22e5af4b53618b2620e97deb18f61/Chapter03/04_GraphAutoEncoder_PyGeometric.ipynb#L64…
-
https://panel.holoviz.org/reference/chat/PanelCallbackHandler.html
**Feature Overview**
The panel.langchain.PanelCallbackHandler was introduced to address challenges in streaming LangChain outputs an…
-
The lables here at keras-gcn does not seem to corresponds with the labels of the gcn repository when you load the data. It's the same indices, but not the same values.
Also if you sum y_train here, …
-
I feel like the second line here is incorrect:
```python
cora_graph = nx.from_pandas_edgelist(citations.sample(n=1500))
subjects = papers[papers["paper_id"].isin(cora_graph.nodes)]["subject"]
nx…