Skip to content

Commit

Permalink
Add name to eda file
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshRajakumar committed Nov 29, 2020
1 parent abfcbd8 commit 02403b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/eda_wine.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env/ python
# -*- coding: utf-8 -*-

# author: Vignesh Lashmi Rajakumar
# date: 2020-11-26

"""Generate EDA plot images and tables for the wine quality analysis. This is based on the data at: https://archive.ics.uci.edu/ml/datasets/Wine+Quality.
Usage: eda_wine.py --datafile=<datafile> --out=<output-directory>
Expand Down

0 comments on commit 02403b3

Please sign in to comment.