xnuohz
xnuohz
Hi, Does this lib support mrc task now? Thanks:)
What is the measurement of Y in Davis? Thanks:)
Hi, it seems that your code can't do "new drug" or "new target" problem, for every drug learns an embedding vector, so "new drug" type can't be predicted and "new...
AUPR
I used the dataset "human" in your paper, run your code and calc AUPR. The result was that the AUPR is almost 1. I think its too high, a little...
How would I change yapf config to remove the blank line between docstring and function head? My yapf config ``` [tool.yapf] based_on_style = "pep8" column_limit = 120 split_before_named_assigns = false...
### 🚀 The feature, motivation and pitch MPLP from [Pure Message Passing Can Estimate Common Neighbor for Link Prediction](https://arxiv.org/abs/2309.00976) ### Alternatives _No response_ ### Additional context _No response_
I got errors when I run `snap.DrawGViz(sub_g, snap.gvlDot, 'sub_g_9.png', 'sub_g_9.png', True, sub_g_hashmap)`: `[C:\cygwin64\home\rok\build\snap\snap-core\gviz.cpp:24] Cannot find GraphViz (dot -Tpng sub_g_9.dot -o sub_g_9.png). Set the PATH.` I already installed snap and graphviz....
## Feature Support feature importance in tabular data scenarios. 1. Understand which features are beneficial for prediction and help to develop new features 2. Feature selection, removing features that are...