This repository contains two models, Simple Linear Regression and Polynomial Regression, that make predictions of wind turbine power from given wind speed using the data set powerproduction as a basis. There are two implementations of each model using NumPy and SciPy libraries.
Submitted by: Olga Rozhdestvina (Student No: G00387844)
Lecturer: Ian McLoughlin
Programming Language used: Python
Applications used for completion of the project are The Jupyter Notebook and cmder
Distribution of the Python used is Anaconda Python distribution
- Make sure that you have Python installed
- Download or clone current repository "Fundamentals-of-Data-Analysis-Project"
- Open Command Interpreter and get into correct directory
- Install packages by running pip install -r requirements.txt (recommended through virtual environment to avoid possible break of system tools or other projects)
- Run Jupyter notebook
- On the home page of opened Jupyter server select Power_production_models.ipynb
This project is licensed under the MIT License - see the LICENSE.md file for details.