- This event has passed.
BDAIO Mock Competition – 1
The Bangladesh AI Olympiad (BDAIO) is right around the corner.
To help first-time participants get comfortable with the Kaggle workflow, we are hosting this simple mock regression challenge.
Your task: predict a participant’s competition score based on how they prepared.
Link: https://tinyurl.com/bdaio-2026-mock-1
The dataset captures the preparation habits of 2,000 fictional BDAIO aspirants and their resulting scores. The relationship is intentionally straightforward – a perfect playground to practise the end-to-end ML pipeline without getting lost in complexity.
Take a look at a sample kaggle solution notebook: https://drive.google.com/file/d/1FABaX-gt9EbCbH29z6OXdp3OwDRddZn1/view?usp=sharingGoogle Colab Version: https://colab.research.google.com/drive/1GcVNt7SAHTSGjCxtPjOeUCl91v5wEbME?usp=sharing (Don’t forget to upload the train, test and sample_submission csv files before running the cells.)