LinkFeature¶
- class graphdatascience.model.link_prediction_model.LinkFeature¶
A link feature of a link prediction pipeline. Retrieve this for a pipeline using
LPModel.link_features()
.- name¶
The name of the link feature.
- Type:
str
- config¶
The configuration of the link feature.
- Type:
dict[str, Any]