Skip to content

Commit

Permalink
Add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanConstantine committed May 8, 2019
1 parent 47cba13 commit 9bb3387
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Pipline/pipline.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import seaborn as sns
import matplotlib.pyplot as plt
%matplotlib inline
# %matplotlib inline

import warnings
warnings.filterwarnings("ignore")
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
lightgbm==2.2.3
numpy==1.14.1
tqdm==4.31.1
pandas==0.24.1
matplotlib==2.2.2
seaborn==0.9.0
requests==2.20.1
beautifulsoup4==4.7.1
scikit_learn==0.20.3

0 comments on commit 9bb3387

Please sign in to comment.