Skip to content

Commit b4a11fd

Browse files
committed
Upgraded pyspark to 3.0.1 also set up full requirements
1 parent 176de26 commit b4a11fd

File tree

2 files changed

+66
-6
lines changed

2 files changed

+66
-6
lines changed

requirements.txt

+65-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
1-
pytest
2-
pyspark
3-
numpy
4-
pandas
5-
plotnine
1+
absl-py==0.9.0
2+
astunparse==1.6.3
3+
attrs==19.3.0
4+
cachetools==4.0.0
5+
certifi==2019.11.28
6+
chardet==3.0.4
7+
cycler==0.10.0
8+
descartes==1.1.0
9+
gast==0.3.3
10+
google-auth==1.11.3
11+
google-auth-oauthlib==0.4.1
12+
google-pasta==0.2.0
13+
grpcio==1.27.2
14+
h5py==2.10.0
15+
idna==2.9
16+
joblib==0.14.1
17+
Keras==2.3.1
18+
Keras-Applications==1.0.8
19+
Keras-Preprocessing==1.1.0
20+
kiwisolver==1.1.0
21+
Markdown==3.2.1
22+
matplotlib==3.2.1
23+
mizani==0.7.2
24+
more-itertools==8.2.0
25+
numpy==1.18.2
26+
oauthlib==3.1.0
27+
opt-einsum==3.2.0
28+
packaging==20.3
29+
palettable==3.3.0
30+
pandas==1.1.4
31+
patsy==0.5.1
32+
plotnine==0.7.1
33+
pluggy==0.13.1
34+
protobuf==3.11.3
35+
psycopg2-binary==2.8.4
36+
py==1.8.1
37+
py4j==0.10.7
38+
pyasn1==0.4.8
39+
pyasn1-modules==0.2.8
40+
pyparsing==2.4.6
41+
pyspark==3.0.1
42+
pytest==5.4.1
43+
python-crfsuite==0.9.7
44+
python-dateutil==2.8.1
45+
pytz==2019.3
46+
PyYAML==5.3.1
47+
requests==2.23.0
48+
requests-oauthlib==1.3.0
49+
rsa==4.0
50+
scikit-learn==0.22.2.post1
51+
scipy==1.4.1
52+
seaborn==0.10.0
53+
six==1.14.0
54+
sklearn-crfsuite==0.3.6
55+
statsmodels==0.11.1
56+
tabulate==0.8.6
57+
tensorboard==2.1.1
58+
tensorflow==2.2.0rc1
59+
tensorflow-estimator==2.2.0rc0
60+
termcolor==1.1.0
61+
tqdm==4.43.0
62+
urllib3==1.25.8
63+
wcwidth==0.1.8
64+
Werkzeug==1.0.0
65+
wrapt==1.12.1

todo_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [x] create an object container for the models
1919
- [x] initialize the models with default hyperparameters
2020
- [x] fit and compare the results with the evaluator
21-
- [ ] fit and compare several classification models with tuning and crossvalidation
21+
- [ ] **fit and compare several classification models with tuning and crossvalidation**
2222
- [ ] be able to pass a list of hyperparameters values for each hyperparameter
2323
- [ ] tune and obtain the best hyperparam set per model
2424
- [ ] compare the tuned models with the evaluator

0 commit comments

Comments
 (0)