gaurakshay / Predict-two-phase-flow-pattern

Using Machine Learning to improve the prediction of two phase flow patterns in oil wells
1 stars 1 forks source link

Missing Data #1

Open samdmc41 opened 3 years ago

samdmc41 commented 3 years ago

Dear Akshay, firstly thank you for sharing. could you please provide a short manual for me? Cheers, Mehdi

gaurakshay commented 3 years ago

Hi! It has been a long time since I worked on this. The code that this repository contains was used in a class assignment and as such, it is poorly commented. However, the code was written mainly to test my implementation of Random Forest that I learned in class vs sklearn's implementation of Random Forest. Turns out sklearn has some underlying optimizations that makes their prediction better than textbook implementation.

The data that we used to test was proprietary data from the School of Petroleum at OU which is why I didn't upload that. Sorry!

Regards, Akshay