Zadania z inżynierii uczenia maszynowego.
Go to file
Wojciech Jarmosz 14eb718274 Add dvc support
2021-06-12 20:35:33 +02:00
.dvc Add dvc support 2021-06-12 20:35:33 +02:00
mlruns/0 Add MLFlow model generator && serving it 2021-05-23 14:53:17 +02:00
movies_on_streaming_platforms_model Add MLFlow model generator && serving it 2021-05-23 14:53:17 +02:00
.dvcignore Add dvc support 2021-06-12 20:35:33 +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 Fixes for chart 2021-05-15 03:27:23 +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
environment.yml Add anaconda environment 2021-05-30 16:55:13 +02:00
evaluation.py Fixes 2021-05-15 01:15:56 +02:00
Jenkinsfile Comment lab5 task 2021-05-23 15:13:15 +02:00
Jenkinsfile_coop Fixes 2021-05-23 16:50:31 +02:00
Jenkinsfile_coop_registry Fix Jenkinsfile for mlflow registry 2021-05-23 21:46:07 +02:00
Jenkinsfile_eval Cleanup Jenkinsfile 2021-05-15 02:53:11 +02:00
Jenkinsfile_stats Training script fixes 2021-05-14 00:20:04 +02:00
Jenkinsfile_train Remove old model 2021-05-23 15:45:45 +02:00
linear_regression.h5 Add secred to project 2021-05-15 16:34:16 +02:00
linear_regression.py Fixes for lab5, lab6 2021-05-15 03:50:19 +02:00
ml_model.py Add registry saving 2021-05-23 20:12:07 +02:00
mlflow_exp.py Adding mlflow 2021-05-15 18:46:56 +02:00
mlflow_prediction_registry.py Print experiment info 2021-05-23 23:38:54 +02:00
mlflow_prediction.py Clean prints 2021-05-23 19:10:36 +02:00
MLproject Adding mlflow 2021-05-15 18:46:56 +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 requirements 2021-05-23 17:14:55 +02:00
rmse.txt Fixes 2021-05-15 01:15:56 +02:00
sacred_exp.py Save RMSE as metrics 2021-05-15 16:56:58 +02:00
save_metrics.py Mock fix 2021-05-15 02:50:40 +02:00
script.py Changes to preparing data and training 2021-05-14 01:22:28 +02:00
training.py Fix for training 2021-05-15 09:06:59 +02:00

Instalacja skryptu

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