Slide 61
Slide 61 text
tests/test_predictions.py::TestPredictions::test_predictions_returns_a_dataframe_with_automatic_pr
edictions FAILED [100%]
tests/test_predictions.py:16
(TestPredictions.test_predictions_returns_a_dataframe_with_automatic_predictions)
['id', 'quantity', 'form', 'country', 'order_id'] != ['id', 'quantity', 'country', 'form',
'order_id']
Expected :['id', 'quantity', 'country', 'form', 'order_id']
Actual :['id', 'quantity', 'form', 'country', 'order_id']
Python