.
Some checks failed
s444501-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444501 2022-04-24 03:08:31 +02:00
parent 84cd3d6fa9
commit 11807ba8a4

View File

@ -1,5 +1,3 @@
kaggle datasets download -d arushchillar/disneyland-reviews
unzip disneyland-reviews.zip
head DisneylandReviews.csv > d_test.csv
tail DisneylandReviews.csv > d_dev.csv
tail -n $CUTOFF DisneylandReviews.csv > d_train.csv