CodePeak 2025 : Supply Chain Demand Forecasting#650
CodePeak 2025 : Supply Chain Demand Forecasting#650prathimacode-hub merged 3 commits intoprathimacode-hub:mainfrom
Conversation
|
Hello there! 👋 Welcome to the project! 💖 Feel free to get in touch with me through social media handles. Hope to see you there!😄 |
|
Hola, @Mikeyzgoat. Kindly use 3-4 algorithms and compare the models and accuracy. Also involve the lifecycle of data science : data analysis, data visualization, 3-4 models, compare models with accuracy and score followed by a summary statement mentioning best fit model out of implemented algorithms. If possible, add a .pkl file for best fit model. As of now, u had incorporated only LSTM model. Do the changes accordingly. Thank you. |
|
Sure thing @prathimacode-hub , I will add SARIMAX and XGBOOST for comparision, prior to this I ll also run data cleaning, preprocessing and enhance feature extraction. Thanks for the review!, I will reach out within 1-2 days. |
Perfect, go ahead.. |
|
Any update? @Mikeyzgoat |
Yes, i might need a day or two, was caught up in some office work. Will revert back ASAP |
|
Hi @prathimacode-hub sorry for the delay, i have added the models as asked and have followed the data preparation processes, kindly verify and update. Thanks! |
prathimacode-hub
left a comment
There was a problem hiding this comment.
Your PR is approved. Well done.. 🙌 @Mikeyzgoat
|
Thank you @prathimacode-hub , can you update the same on CODEPEAK please, thanks again!. Happy coding |
Sure, I asked for process to add tags, so shall do at earliest.. @Mikeyzgoat |
|
Congrats on merging your first Pull Request! 🎉 All the best for your amazing open source journey ahead. 🚀⚡️ |
Related Issue
Demand Forecasting with LSTM-Transformer Model
CodePeak 2025 Participant
Contributor
Closes: #648 that will be closed through this PR
Describe the add-ons or changes you've made
Added a demand forecasting model using LSTM-Transformer to predict future sales quantities based on historical e-commerce data. Implemented data preprocessing, time series forecasting model, and visualization of results. Fine-tuned hyperparameters and applied a smoothing technique for better trend visualization.
Type of change
What sort of change have you made:
How Has This Been Tested?
Checklist:
Different Learning rates, epochs to check overfitting and underfitting