Last active
August 29, 2015 14:27
-
-
Save alstat/684f3a9869aa1b377603 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pred = model.predict() | |
print pred | |
# OUTPUT | |
Predicted Lower Upper | |
0 112.583333 110.963734 114.202933 | |
1 116.033333 114.577601 117.489066 | |
2 119.483333 118.182280 120.784387 | |
3 122.933333 121.774086 124.092581 | |
4 126.383333 125.347718 127.418949 | |
5 129.833333 128.895957 130.770710 | |
6 133.283333 132.410190 134.156477 | |
7 136.733333 135.882678 137.583989 | |
8 140.183333 139.310190 141.056477 | |
9 143.633333 142.695957 144.570710 | |
10 147.083333 146.047718 148.118949 | |
11 150.533333 149.374086 151.692581 | |
12 153.983333 152.682280 155.284387 | |
13 157.433333 155.977601 158.889066 | |
14 160.883333 159.263734 162.502933 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment