https://kedro.org/ logo
w

wwliu

05/16/2022, 10:38 PM
But in the example, the object required to be logged is node specific, in
split_data
node I need to log
train_split_ratio
, and in
train_model
node, I need to log
model
object. Does this mean this senario is kind of against the hooks usage guide?