kaz-Anova / StackNet

StackNet is a computational, scalable and analytical Meta modelling framework
MIT License
1.32k stars 344 forks source link

Is this message in verbose output significant? #36

Closed vinkaga closed 7 years ago

vinkaga commented 7 years ago

I am seeing this in output

[LightGBM] [Info] Finished loading parameters
[LightGBM] [Info] Finished loading 1001 models
[LightGBM] [Info] Finished initializing prediction
[LightGBM] [Info] Data file /Users/.../dev/snexample/models/9ogh6b9bl344q13keqvq3k7bco.test doesn't contain a label column
[LightGBM] [Info] Finished prediction

Is the missing lable column significant?

kaz-Anova commented 7 years ago

No worries about this .This says that the lightgbm expects this to be a prediction dataset as it does not contain a target variable. in the beginning