sjvasquez / instacart-basket-prediction

Kaggle | Instacart Market Basket Analysis🥕🥉
498 stars 233 forks source link

predictions_bmm does not exist #7

Open el3ment opened 6 years ago

el3ment commented 6 years ago

In

https://github.com/sjvasquez/instacart-basket-prediction/blob/master/models/blend/prepare_blend_data.py#L43

you look to load predictions.npy - but this file is never generated because "predictions" is not a key in the prediction_tensor dictionary

https://github.com/sjvasquez/instacart-basket-prediction/blob/master/models/rnn_product/rnn_product_bmm.py#L222

as a result, the prepare_blend_data dies due to a file not found error

i'm not sure what 'predictions' means in the rnn_product_bmm model context, so I have just set 'predictions': final_states as a stop-gap for now... but it would be great to know what you mean by predictions (or what you used for your predictions.npy file in your blended model)

li10141110 commented 6 years ago

I have met the same problem, can @sjvasquez @el3ment you help me? Thank you for your time.