seg / 2016-ml-contest

Machine learning contest - October 2016 TLE
Apache License 2.0
187 stars 269 forks source link

Training_data.csv? #10

Closed CannedGeo closed 7 years ago

CannedGeo commented 7 years ago

First, thanks for putting this exercise together. And also please excuse me stumbling through this as I learn pretty much from scratch. But, just wanted to clarify the csv file used in the paper is 'training_data', but the tutorial "facies_classification" notebook uses 'facies_vectors' then renamed to 'training_data', right? The absence of PE data for a couple wells in the tutorial that are not used in the paper (training_data.csv) is the main reason I ask.

Thanks! Bryan

CannedGeo commented 7 years ago

I'll go ahead and answer my own question on this one...my bad. We end up with same dataset after removing no PE wells, smh. When I first started this, I couldn't replicate the .43 F1 in the Facies_classification notebook. So when I started over new, only using code provided in the paper (and the training_data.csv), I got the .43.

LukasMosser commented 7 years ago

Thank you for this and welcome to GitHub! If you're not yet on SoftwareUnderground come and hang with the cool kids. ;-)

kwinkunks commented 7 years ago

I also just wanted to say a belated "Thanks!" to you @CannedGeo — I'm glad you made progress.