GCN,GraphSage等的例子,训练结束后,怎么做fit;以及如何查看某个结点的分类、回归结果? #133
Answered
by
acezen
jingmouren
asked this question in
Q&A
-
如题 |
Beta Was this translation helpful? Give feedback.
Answered by
acezen
Feb 19, 2021
Replies: 1 comment 2 replies
-
when training finished, you can use the classifier of machine learning library (e.g scikit-learn) to do the fit or get the classification/regression result. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sighingnow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when training finished, you can use the classifier of machine learning library (e.g scikit-learn) to do the fit or get the classification/regression result.
example: https://github.com/alibaba/graph-learn/blob/4906d022c18b0c2819363180b374b7e368ae5560/examples/eval/ppi_eval.py#L34-L46