Skip to content

CrowdANALYTIX Competition: Develop an algorithm to predict Log Facies type from given Gamma-Ray values (LB # 35th)

Notifications You must be signed in to change notification settings

i-mein/CrowdAnalytix-Gamma-log-facies-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Crowd ANALYTIX Competition

Develop an algorithm to predict Log Facies type from given Gamma-Ray values

LB Position: 35th (top 5%)

Problem Description

Understanding the Earth requires geoscientists to pull together a variety data to look for common patterns that represent an event in the rock record. One data set that is commonly used for hydrocarbon exploration in sedimentary rocks is the interpretation of log facies from wells. Log facies are generated by individual geoscientists as they manually interpret patterns of a gamma ray curve, which measures the vertical changes in radioactivity in a well. The gamma log patterns are the result of grain size changes in the rocks (i.e. mudstones are more radioactive than sandstones) and specific patterns in the gamma log can be interpreted as different events. For example, a bell shape pattern can be interpreted as a meandering river channel. After interpreting tens to hundreds of wells the geoscientist reviews all these patterns on a map to understand how the rocks were deposited (i.e. beach deposits). This map is used to predict the location of ideal reservoirs (i.e. porous rocks) that can hold hydrocarbons for Exploration companies to target.

Objective

The objective of this contest is as follows: Given an array of GR (Gamma-Ray) values, accurately predict the log facies type corresponding to each value.

Data

The data set consists of the following files:

  • Train:

    • well_id & row_id: columns uniquely identifying each row

    • GR: Gamma-Ray log values

    • label: Variable to be predicted

  • Test: test samples for prediction

  • Submission Format: The submission file format

ML Workflow

  1. Download raw data

  2. Data cleansing and preprocessing --> Preprocessing pipeline

  3. EDA

  4. Feature Engineering (optional)

  5. Build ML model (baseline)

  6. Train and evaluate model

  7. visualize and assess predictions

Additional Reading

The Society for Sedimentary Geology (SEPM) has a more detailed description of the log facies interpretation workflow that this challenge represents and how geoscientists use this information to interpret the geologic past.

About

CrowdANALYTIX Competition: Develop an algorithm to predict Log Facies type from given Gamma-Ray values (LB # 35th)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published