Skip to content

GCN,GraphSage等的例子,训练结束后,怎么做fit;以及如何查看某个结点的分类、回归结果? #133

Answered by acezen
jingmouren asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jingmouren
Comment options

@baoleai
Comment options

Answer selected by sighingnow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants