Skip to content

Commit 833a389

Browse files
author
Alex Ioannides
authored
Merge pull request #1 from AlexIoannides/log-transform
Log transform
2 parents a5ec3e2 + 1d9a64a commit 833a389

13 files changed

+6926
-19413
lines changed

data/auction_data.csv

+6,220-6,220
Large diffs are not rendered by default.

notebooks/pymc3_bayesian_data_workflow.ipynb

+700-1,184
Large diffs are not rendered by default.

requirements.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ appnope==0.1.0
22
cycler==0.10.0
33
decorator==4.2.1
44
h5py==2.7.1
5+
ipykernel==4.8.0
56
ipython==6.2.1
67
ipython-genutils==0.2.0
78
jedi==0.11.1
89
joblib==0.11
10+
jupyter-client==5.2.2
11+
jupyter-core==4.4.0
912
matplotlib==2.1.1
1013
numpy==1.14.0
1114
pandas==0.22.0
@@ -16,15 +19,17 @@ pickleshare==0.7.4
1619
prompt-toolkit==1.0.15
1720
ptyprocess==0.5.2
1821
Pygments==2.2.0
19-
pymc3==3.2
22+
pymc3==3.3
2023
pyparsing==2.2.0
2124
python-dateutil==2.6.1
2225
pytz==2017.3
26+
pyzmq==16.0.4
2327
scikit-learn==0.19.1
2428
scipy==1.0.0
2529
simplegeneric==0.8.1
2630
six==1.11.0
2731
Theano==1.0.1
32+
tornado==4.5.3
2833
tqdm==4.19.5
2934
traitlets==4.3.2
3035
wcwidth==0.1.7
Binary file not shown.

results/ror_model_basic_tune500draw1000chains2/chain-0.csv

-1,501
This file was deleted.

results/ror_model_basic_tune500draw1000chains2/chain-1.csv

-1,501
This file was deleted.

results/ror_model_basic_tune500draw1000chains2/chain-2.csv

-1,501
This file was deleted.

results/ror_model_basic_tune500draw1000chains2/chain-3.csv

-1,501
This file was deleted.
Binary file not shown.

results/ror_model_robust_tune500draw1000chains2/chain-0.csv

-1,501
This file was deleted.

results/ror_model_robust_tune500draw1000chains2/chain-1.csv

-1,501
This file was deleted.

results/ror_model_robust_tune500draw1000chains2/chain-2.csv

-1,501
This file was deleted.

results/ror_model_robust_tune500draw1000chains2/chain-3.csv

-1,501
This file was deleted.

0 commit comments

Comments
 (0)