Reinforce Learning in Optimizing Supply Chain For Kaufland
This article is a work in progress. We are a team of two and we just started exploring the dataset. Below is a link to Github – https://github.com/shamafarabi/Datathon In [1]: import pandas as pd import matplotlib.pyplot as plt import seaborn as sns In [2]: r=pd.read_csv(‘sales.csv’) masterdata=pd.read_csv(‘item_lookup.csv’) In [3]: r.head() Out[3]: item_id the_date sold_qty 0 40001260 1/2/2019 7 […]