CodingBuddy commited on
Commit
50a02dc
·
verified ·
1 Parent(s): a0eabe8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ def predict_sales():
49
  drop_first=True,
50
  );
51
 
 
52
 
53
  # Make a Sales prediction using the trained model
54
  prediction = model.predict(encoded_new_data).tolist()[0]
 
49
  drop_first=True,
50
  );
51
 
52
+ print(encoded_new_data);
53
 
54
  # Make a Sales prediction using the trained model
55
  prediction = model.predict(encoded_new_data).tolist()[0]