VN1 Forecasting - Accuracy Challenge Phase 1
Share:
Finished
competition-bg

VN1 Forecasting - Accuracy Challenge Phase 1

Flieber, Syrup Tech, and SupChains Launch an AI-Driven Supply Chain Forecasting Competition

VN1 Forecasting - Accuracy Challenge
Machine Learning/AI
Enterprise
E-commerce/Retail
Total Prize 20,000
Scroll To Top

Colin Catlin

Posted 3 months ago DATATHON ORGANISER
SUPPORT

Submission upload broken? Or is it supposed to take 24 hours?

While the leaderboard does show some updated results, nothing I've uploaded works.  That includes the submission example provided here… which really should work.

I've also tested my submissions and they meet all the specified formatting requirements as per the attached test code. So what's up?

 

          
            
# where 'submission' is my forecasts loaded in competition style df
example = pd.read_csv("C:/Users/Colin/Downloads/Submission Phase 1 - Random (3).csv")
assert submission.isnull().sum().sum() == 0
assert example.shape == submission.shape
example = example.set_index(["Client", "Warehouse", "Product"])
submission_compare = submission.set_index(["Client", "Warehouse", "Product"])
assert submission_compare.index.equals(example.index)
assert submission_compare.columns.equals(example.columns)

Hi Colin, Indeed Datasource.ai system is flagging your submission. The system is working without disruption as you can see from the volume of submissions. Some minor formatting issue in your file. You can send us an email your file support@datasource.ai and we will try to review. Please note that we have many messages, so we can't provide immediate feedback. 
So the issue is upload location, it is really weird. Does not accept files from my Windows computer, but the exact same file from my Mac is graded within seconds.
Working for me now, but geez
I tried a new account and uploaded just the sample and it is failing (never grading) too.
Join our private community in Discord

Keep up to date by participating in our global community of data scientists and AI enthusiasts. We discuss the latest developments in data science competitions, new techniques for solving complex challenges, AI and machine learning models, and much more!