Zadania z inżynierii uczenia maszynowego.
Go to file
Wojciech Jarmosz f1083d4e7a
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
Add evaluation
2021-05-14 04:01:11 +02:00
.gitignore Training script fixes 2021-05-14 00:20:04 +02:00
count_files_lines.sh Add script for task 6 2021-03-28 01:15:26 +01:00
create_chart.py Add evaluation 2021-05-14 04:01:11 +02:00
data_download.sh Fix script 2021-03-28 19:15:11 +02:00
Dockerfile Fix permission issue with ./kaggle directory 2021-04-10 22:11:15 +02:00
evaluation.py Add evaluation 2021-05-14 04:01:11 +02:00
Jenkins_eval Add evaluation 2021-05-14 04:01:11 +02:00
Jenkinsfile Add evaluation 2021-05-14 04:01:11 +02:00
Jenkinsfile_stats Training script fixes 2021-05-14 00:20:04 +02:00
Jenkinsfile_train Add evaluation 2021-05-14 04:01:11 +02:00
linear_regression.h5 Add evaluation 2021-05-14 04:01:11 +02:00
linear_regression.py Changes to preparing data and training 2021-05-14 01:22:28 +02:00
MoviesOnStreamingPlatforms_updated.csv Dodanie modelu regresji liniowej z kerasa, requirements, zapis modelu 2021-04-25 21:54:59 +02:00
README.md Fix README 2021-03-20 20:59:27 +01:00
requirements.txt Add evaluation 2021-05-14 04:01:11 +02:00
script.py Changes to preparing data and training 2021-05-14 01:22:28 +02:00
training.py Add evaluation 2021-05-14 04:01:11 +02:00

Instalacja skryptu

python3 -m venv env
source ./env/bin/activate
pip install -r requirements.txt
python3 script.py