Skip to content

In this notebook, I used unsupervised machine learning algorithms (K-Means and K-Plane) to cluster times series data.

Notifications You must be signed in to change notification settings

tstran155/Cluster-analysis-of-pressure-decline-during-solute-transport-in-bulk-liquid

Repository files navigation

Cluster analysis of pressure decline during solute transport in bulk liquid

Pressure decline data from high temperature and high pressure tests of gas transport into the oil phase are often divided into three regions, representing different fluid transport mechanisms. Clustering of these regions -early-time, transition and late-time regions- is typically based on changes in slopes of pressure decline data with time. For more details on the context of the experiment and dataset used in this notebook, please refer to Chapter 6 of my Ph.D. dissertation and article SPE-200341-PA.

https://era.library.ualberta.ca/items/db2f5685-6375-40aa-8301-e581caadf7ca

This notebook presents two unsupervised machine learning algorithims -K-Means and K-Plane- for clustering pressure decline vs. time data. The structure of this Jupyter Notebook is as follows:

  1. Prepare problem

a) Load libraries

b) Load dataset

  1. Dataset summary

a) Descriptive statistics

b) Data visualizations

  1. Evaluate and compare algorithms

a) K-Plane clustering

b) K-Means clustering

  1. Conclusions

About

In this notebook, I used unsupervised machine learning algorithms (K-Means and K-Plane) to cluster times series data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published