Repository for work related to Inżyniera Uczenia Maszynowego class project
Go to file
2021-03-28 13:42:13 +02:00
.gitignore add code for Zadanie 1 2021-03-21 18:41:48 +01:00
ium01.ipynb change scaling to normalization 2021-03-22 00:36:52 +01:00
Jenkinsfile fix Jenkinsfile 2021-03-28 13:42:13 +02:00
python_script.py change scaling to normalization 2021-03-22 00:36:52 +01:00
README.md add code for Zadanie 1 2021-03-21 18:41:48 +01:00
script-zadanie-2-4.sh add zadanie4 & kaggle 2021-03-28 13:29:04 +02:00
script.sh add code for Zadanie 1 2021-03-21 18:41:48 +01:00

Project for Inżynieria Uczenia Maszynowego class.

The scope of this project is to propose a classifier based on Smart Grid Stability dataset: https://www.kaggle.com/pcbreviglieri/smart-grid-stability while using proper ML tools in a correct way.

Zadanie 1

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.

ium01.ipynb is a notebook used to develop previously mentioned scripts.