dreamquark-ai / tabnet

PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
https://dreamquark-ai.github.io/tabnet/
MIT License
2.56k stars 473 forks source link

add eval_metric #420

Closed sooeun67 closed 1 year ago

sooeun67 commented 2 years ago

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.

adding eval_metric to a list of parameters in Pretraining -- more context is available in #419 issue

What kind of change does this PR introduce?

bugfix

Does this PR introduce a breaking change? nope

What needs to be documented once your changes are merged? nothing else I believe since eval_metric is already documented as one of the parameters

Closing issues

Put closes #419 in your comment to auto-close the issue that your PR fixes (if such).