The competition details about the machine learning for complex pricing model show that we should predict the value of the val_lvsvcharge column, but what is val_lvsvcharge and how can we get it? Thanks.
I’m quoting Herve from alphachat.
“val_lvsvcharge is the target values that you want to predict.”
"industry knowledge about it (val_lvsvcharge) is irrelevant. knowing what val_lvsvcharge means doesn’t matter"
If you’re talking about how to access the training labels, follow the tutorial notebook… it’s the last column of dataframe passed by data generator object.