Zadania realizowane w ramach zajęć Inżynieria Uczenia Maszynowego
Go to file
2022-06-05 22:30:54 +02:00
.dvc Add remote 2022-06-05 22:00:22 +02:00
.dvcignore DVC init 2022-06-05 21:40:34 +02:00
.gitignore Add data folder to DVC 2022-06-05 21:42:59 +02:00
data.dvc Add data folder to DVC 2022-06-05 21:42:59 +02:00
Dockerfile Improved caching layers 2022-05-09 17:04:58 +02:00
download_dataset.sh Save artifacts 2022-03-27 23:29:37 +02:00
dvc.lock DVC Fixes 2022-06-05 22:19:45 +02:00
dvc.yaml Add eval dependency 2022-06-05 22:30:54 +02:00
environment.yml Added conda environment file 2022-05-21 13:38:49 +02:00
eval_model.py Move common methods and functions to model.py 2022-05-06 21:51:49 +02:00
Jenkinsfile-build Revert "Do not use string interpolation" 2022-05-07 10:34:33 +02:00
Jenkinsfile-dvc Add Jenkinsfile-dvc 2022-06-05 22:03:25 +02:00
Jenkinsfile-eval Revert "Add model build selector" 2022-05-06 18:45:04 +02:00
Jenkinsfile-predict-s444356 Escape quotes in input 2022-05-11 21:35:54 +02:00
Jenkinsfile-predict-s444356-from-registry Add from-registry job 2022-05-11 20:50:59 +02:00
Jenkinsfile-stats Cleanup Jenkinsfiles 2022-05-06 20:16:15 +02:00
Jenkinsfile-train Log to artifacts 2022-05-11 20:05:31 +02:00
MLproject Add MLproject for MLFlow 2022-05-09 17:14:37 +02:00
model.py Floatify 2022-05-11 19:10:26 +02:00
params.yaml DVC Fixes 2022-06-05 22:19:45 +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
predict_s444356-from-registry.py Add from-registry job 2022-05-11 20:50:59 +02:00
predict_s444356.py Update hash 2022-05-11 21:14:48 +02:00
README.md Added first solution 2022-03-20 18:07:34 +01:00
requirements.txt Add dvc.yaml 2022-06-05 21:58:57 +02:00
stats.sh Added statistics script 2022-03-27 23:46:51 +02:00
train_model.py Log to artifacts 2022-05-11 20:05:31 +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