gli icon indicating copy to clipboard operation
gli copied to clipboard

Add node regression in benchmarking code

Open Jn-Huang opened this issue 3 years ago • 1 comments

As titled.

Provide mse and mae as metrics and loss function.

train.py can run successfully on cora (pretending it is a node regression task).

image

TODO: update train_minibatch.py and train_gbdt.py

Jn-Huang avatar Nov 29 '22 03:11 Jn-Huang

Update:

  1. remove redundant codes

  2. fix train_minibatch.py, training is successful image

  3. fix typo in train.py

image

Jn-Huang avatar Nov 29 '22 14:11 Jn-Huang