Final submission Lithology prediction from well logs

Dear all @here,
The lithology prediction competition is nearing its end and soon it will be time to declare a winner. As stated in the rules, the final score will be determined using a hidden test dataset, not the test data used in the leaderboard. Due to the close competition at the top of the leaderboard we have decided to invite the top 20 (not 10) teams to submit their model for final scoring. An email will be sent out to the teams that are in the top 20 at the end of the competition, but since there has been some questions about the requirements of a submission here are some more details:

  • Submission should be Python code that takes as input a dataframe in the exact same format as the open test data (test.csv) and returns a list of predictions (like the leaderboard submission) for every row in the input dataframe
  • Any pre-processing and feature engineering must be included in the code
  • Any persisted data, like model weights, scalers, etc can be included as files and must be loaded by the Python code
  • The model must make a prediction for every row of the test data
  • Python dependencies should be included in the form of a requirements.txt, pipenv-file, conda environment file, or equivalent.

The starter notebook contains an example on how a model can be packaged for prediction. You do not have to follow that template as long as the points above are satisfied. Let me know if anything was unclear and good luck!

2 Likes

While working with this data, a lot of assumptions have been made silently. For example, one of them is that number of wells in the training data is not that large (10 in current public leaderboard dataset). Can it be assumed that in private dataset there are about 10 wells too?

@dzikr yes about 10 wells

Hello. I havent submitted my code yet to be included in the initial top 20 leaderboard. how many hours do i exactly have to submit it? thanks

@amirtestpython Once the leaderboard is closed (which may be in a few more days) and email will go out to the top teams asking for submission. You will get a few days to prepare a submission, don’t worry =)

Hi! Is there ETA of the e-mail to the top20 teams?

@dzikr I am hoping to send out emails later today. When the email goes out the teams will get one week to submit their model for testing.

2 Likes

The email to submit their code was sent out to the top 30 teams.
We are hoping to get a response soon