📈
Sales Optimizer
The retail stores always face a problem of tension between demand and supply. Sometimes they stock more products than it has demand or sales and so…
The retail stores always face a problem of tension between demand and supply. Sometimes they stock more products than it has demand or sales and so…
The retail stores always face a problem of tension between demand and supply. Sometimes they stock more products than it has demand or sales and sometimes they stock less than demand, due to which they either suffer from loss or dissatisfied customers. This problem can be solved using this software. It uses various inventory data to predict the sales pattern of the retail store so that the retail store can stock their products accordingly.
sales_data.csv (containing columns such as Item_Weight, Item_Fat_Content, Item_Visibility, Item_Type, Item_MRP, Outlet_Identifier, Outlet_Establishment_Year, Outlet_Size, Outlet_Location_Type, Outlet_Type, and Item_Outlet_Sales) in the project directory.python main.py. The script preprocesses the data (fills missing weights, encodes categorical columns), trains a RandomForestRegressor, and prints dataset info and evaluation metrics to the console.Item_Outlet_Sales values.pip install numpy pandas seaborn scikit-learn matplotlib
python main.py