diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-02-23 18:01:47 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-02-23 18:01:47 +0100 |
| commit | 71da733b64e476fe97c9635656e94b43bc0af0aa (patch) | |
| tree | fca4b6c526471272f98abc8405274c3b9f34d47e /linear.py | |
| parent | 5fa9e42a79311ac0c649756dd6d2c4b82a0d6ece (diff) | |
| download | boston-neuralnet-71da733b64e476fe97c9635656e94b43bc0af0aa.tar.gz boston-neuralnet-71da733b64e476fe97c9635656e94b43bc0af0aa.zip | |
geht so schon fast
Diffstat (limited to 'linear.py')
| -rw-r--r-- | linear.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ from sklearn.linear_model import LinearRegression from sklearn.cross_validation import train_test_split import numpy as np +# TODO schön machen und verweisen + SEED = 42 np.random.seed(SEED) |
