Description
Controls whether Link Prediction model handles predictions on new target entities at batch prediction time.
Keeping this option to false
generally provides better model performance. It is recommended to keep this option false
unless you need to predict unseen target entities at batch prediction time.
Supported Task Types
- Link Prediction
Default Values
run_mode | Devault Value |
---|---|
FAST | false |
NORMAL | false |
BEST | false |
Updated 2 days ago