diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-23 19:11:47 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-23 19:11:47 +0100 |
| commit | 8902768c980aec4d2c0ae63cecfb5de24bb573f6 (patch) | |
| tree | 6989d0b2a10e3b032a4e88ac1ae2c210f75b8f2c /src/cost.py | |
| parent | b21e6642c591962974212be2dbc965793df6bd06 (diff) | |
| download | ft_linear_regression-8902768c980aec4d2c0ae63cecfb5de24bb573f6.tar.gz ft_linear_regression-8902768c980aec4d2c0ae63cecfb5de24bb573f6.tar.bz2 ft_linear_regression-8902768c980aec4d2c0ae63cecfb5de24bb573f6.zip | |
Normalized x prediction to actualy predict something
Diffstat (limited to 'src/cost.py')
| -rwxr-xr-x[-rw-r--r--] | src/cost.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cost.py b/src/cost.py index 0f00253..0f0743b 100644..100755 --- a/src/cost.py +++ b/src/cost.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3.7 + from model import Model |
