Skip to content

Commit

Permalink
traintest split corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
julianfaraway committed Dec 12, 2024
1 parent f731091 commit 047a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscripts/shrink.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:,]


#
Expand Down

0 comments on commit 047a176

Please sign in to comment.