diff --git a/pyscripts/shrink.py b/pyscripts/shrink.py index 35036e1..dd0cb7d 100755 --- a/pyscripts/shrink.py +++ b/pyscripts/shrink.py @@ -130,7 +130,7 @@ import faraway.datasets.meatspec meatspec = faraway.datasets.meatspec.load() trainmeat = meatspec.iloc[:172,] -testmeat = meatspec.iloc[173:,] +testmeat = meatspec.iloc[172:,] #