Prediction of P-Sonic Log in the Volve Oil Field using Machine Learning

1 minute read

Published:

Read this work in Towards Data Science

In the exploration for petroleum resource, missing well log is an issue. When a geophysical logger acquires well log data from the subsurface, there may be some issues such as formation damage in the borehole that makes it unable to be recorded, or may be problem with the tool. One of the most frequent missing logs are sonic logs. In fact, sonic logs are very crucial for formation evaluation (type of rock classification and hydrocarbon indicator). Therefore, it’s better if we can recover the missing data. People very often uses simple linear regression to synthesize sonic log. In this work, I implement ML algorithm to solve this problem.

In this work, an open-source well log dataset from Volve oil field in the North Sea was used. 3 wells which have complete sonic logs are used for training dataset and 2 wells for blind prediction. The wells have log measurements such as Gamma Ray, Bulk Density, Neutron Porosity, Caliper, Resistivity, and Photoelectric Factor. Before ML, the data was pre-processed using Yeo-Johnson power transform method for normalization and One-class SVM method for removing some data outliers.