# Description
The percentage yield from a bioreactor given the temperature, impeller speed, duration, and whether or not the reactor has baffles.

# Dataset
The data set has been simulated and consists of 5 variables:
- `temperature` : measured in Celsius
- `duration of experiments` : measured in minutes
- `speed of impeller` : measured in RPM
- `baffles` is a categorical Yes or No variable
- `yield` : percentage yield at the end of the batch.

# Preparation
Python version: 3.6 

# License
Please follow [this](https://creativecommons.org/licenses/by-sa/4.0/) for License information