GithubHelp home page GithubHelp logo

candy-cane's Introduction

Candy-Cane

Predict deferment on synthetic oil-well data.

#og.xlsx is the original data file containing the synthetic oil-well data.

#og.py is the script that cleans the original excel file (og.xlsx).

During the data preprocessing phase we:

  1. Performed exploratory data analysis.
  2. Searched for Na's or missing data.
  3. Renamed columns to have no spaces to make querying easier.
  4. Dropped the 3 unnecessary / insignificant columns (Name ,Type, Casing B Pressure (no data))
  5. Sliced the dataframe from where the 'Volume' production began (ogclean.iloc[54425:,]) so data starts from when production started. (change this once we finally pick it*******)
  6. Replaced all negative values for 'FlowlinePressure' to 0 (this meant the sensors were either off or it was 0).
  7. Converted all the data to float format for statistical analysis.
  8. Performed statistical analysis to better understand our data.
  9. Plotted the data to visualize the data over time.
  10. Checked the correlation between our variables.
  11. Saved our cleaned dataframe to the excel file 'ogclean.xlsx'.
  12. Categorized our data as either a HUM,DEF,or NORM.
  13. Recategorized our data to DEF or NOT DEF to be our Y response for our Nueral.
  14. Implemented a time lag for our DEF or NOT DEF predictor because our Nueral needs to predict 1 day in advance.

candy-cane's People

Contributors

ryanleveille avatar tcfkaj avatar stevenincode avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.