Master thesis
Work with RN-Digital and
Masters program Data Science in Oil&Gas, Lomonosov Moscow state university
The project has the following structure:
description/: A description of data in.pdffromatnotebooks/:.ipynbColab-friendly notebooks for data EDA and model trainingdata/: input data (can also be downloaded here)utils/:.pyPython code with functions used in Jupyter notebooks
To work with the repo, install packages from the requirements.txt file:
python -m venv orf_pred
.\orf_pred\Scripts\activate
pip install -r requirements.txt