This commit is contained in:
Natalia Szymczyk 2023-04-20 23:30:23 +02:00
parent 01f03013e9
commit 5ec7c9ffcc
2 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ sort -R liver.data > liver.data.shuf
head -n 120 liver.data.shuf > liver.data.test
head -n 240 liver.data.shuf | tail -n 120 > liver.data.dev
tail -n +241 liver.data.shuf > liver.data.train
rm liver.data liver.data.shuf

0
script2.sh Normal file → Executable file
View File