https://github.com/madrury/hot-sauce
Simuation of a Hot Sauce Spicyness Dataset
https://github.com/madrury/hot-sauce
data-analysis data-science data-visualization dataset machine-learning
Last synced: about 1 month ago
JSON representation
Simuation of a Hot Sauce Spicyness Dataset
- Host: GitHub
- URL: https://github.com/madrury/hot-sauce
- Owner: madrury
- License: gpl-2.0
- Created: 2018-08-15T02:27:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T02:50:37.000Z (almost 8 years ago)
- Last Synced: 2025-03-03T21:39:46.691Z (over 1 year ago)
- Topics: data-analysis, data-science, data-visualization, dataset, machine-learning
- Language: Jupyter Notebook
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simulated Pepper Sauce Spicyness Dataset
This contains a simulation engine for creating hot sauce spicyness data.
## Insallation
To install in development mode:
```
git clone https://github.com/madrury/hot-sauce.git
cd commute-times
pip install -e .
```
## Use
To simulate a 5000 record data set:
```
from hot_sauce.hot_sacue import HotSauceData
hot_sauce_data = HotSauceData().sample(5000)
```