From 9075a94ecea292ad575ee11efc62acf9ff98a97f Mon Sep 17 00:00:00 2001 From: jakubknczny Date: Sun, 28 Mar 2021 21:07:50 +0200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d738fb..75d9828 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,7 @@ script.sh downloads and unzips the dataset and executes python_script.sh, which then normalizes the data, divides the dataset into train, test and validation subsets and prints a short summary of the dataset as well as its subsets. +### Zadanie 2 +add Jenkinsfiles and mock data preprocessing + ium01.ipynb is a notebook used to develop previously mentioned scripts.