weihua916 / powerful-gnns

How Powerful are Graph Neural Networks?
MIT License
1.18k stars 223 forks source link

What is the meaning of the phrase "perform 10-fold cross-validation with LIB-SVM" in the paper? #18

Closed CXX1113 closed 3 years ago

CXX1113 commented 3 years ago

I don't see you using LIB-SVM in the source code, so it's meaning that the cross-validation strategy of LIB-SVM is used? I.e. the one you wrote in the README?

weihua916 commented 3 years ago

Yes.

CXX1113 commented 3 years ago

Thanks.