Zadania realizowane w ramach zajęć Inżynieria Uczenia Maszynowego
Go to file
Marcin Kostrzewski 5b2b990ccb
All checks were successful
s444409-training/pipeline/head This commit looks good
s444409-evaluation/pipeline/head This commit looks good
Idiotproof file operations
2022-05-05 23:22:10 +02:00
.gitignore Saving trend figure 2022-05-05 22:51:30 +02:00
Dockerfile Dockerfile runs training 2022-04-24 22:27:58 +02:00
download_dataset.sh Save artifacts 2022-03-27 23:29:37 +02:00
eval_model.py Idiotproof file operations 2022-05-05 23:22:10 +02:00
Jenkinsfile Revert "Use archived dataset and trigger training" 2022-05-05 21:38:46 +02:00
Jenkinsfile-docker Split container build and execution 2022-05-05 21:43:00 +02:00
Jenkinsfile-eval Get dataset in eval 2022-05-05 23:20:23 +02:00
Jenkinsfile-stats Add stats jenkinsfile 2022-04-01 23:02:13 +02:00
Jenkinsfile-stats-docker Moved chmod to Dockerfile 2022-04-02 17:27:15 +02:00
Jenkinsfile-train Job name fixes 2022-05-05 23:12:26 +02:00
power_plant_data_stats.ipynb Added first solution 2022-03-20 18:07:34 +01:00
power_plant_data_stats.py Dockerization 2022-04-01 22:25:05 +02:00
README.md Added first solution 2022-03-20 18:07:34 +01:00
requirements.txt Saving trend figure 2022-05-05 22:51:30 +02:00
stats.sh Added statistics script 2022-03-27 23:46:51 +02:00
train_model.py Append to a file instead of overwriting it 2022-05-05 22:40:07 +02:00

ium_444409

Zadania realizowane w ramach zajęć Inżynieria Uczenia Maszynowego.

Zbiór

Solar Power Generation Data https://www.kaggle.com/datasets/anikannal/solar-power-generation-data?select=Plant_1_Generation_Data.csv

Wymagania

  • python3
  • pip
  • API token z kaggle.com

Uruchamianie

  • Instalujemy potrzebne pakiety:
$ pip install -r requirements.txt
  • Pobieramy zbiór danych z Kaggle. Skorzystamy ze skryptu w repo, który pobierze i podzieli dane na podzbiory:
$ ./download_dataset.sh