Go to file
Karol Cyganik 95364445d6 fix reqs 2024-05-26 14:20:00 +02:00
.dvc add dvc 2024-05-26 14:02:37 +02:00
.dvcignore add dvc 2024-05-26 14:02:37 +02:00
.gitignore add dvc 2024-05-26 14:02:37 +02:00
Dockerfile adjust dockerfile 2024-04-14 22:57:39 +02:00
JenkinsDatastatsDockerfile try to add root user to dockerfile 2024-04-14 14:50:48 +02:00
JenkinsDatastatsDockerhub delete cloning artifacts 2024-04-14 14:52:14 +02:00
Jenkinsfile add cutoff 2024-03-26 19:59:52 +01:00
JenkinsfileStats add stats 2024-03-26 20:39:09 +01:00
MLProject mlflow + conda 2024-05-13 18:51:43 +02:00
README.md update readme 2024-03-13 23:35:56 +01:00
calculate_stats.sh add stats 2024-03-26 20:39:09 +01:00
data.py add model training 2024-04-14 22:55:07 +02:00
dvc.yaml add dvc 2024-05-26 14:02:37 +02:00
environment.yml mlflow + conda 2024-05-13 18:51:43 +02:00
football_dataset.dvc add dvc 2024-05-26 14:02:37 +02:00
id2label.json mlflow + conda 2024-05-13 18:51:43 +02:00
main.py mlflow + conda 2024-05-13 18:51:43 +02:00
model.py mlflow + conda 2024-05-13 18:51:43 +02:00
requirements.txt fix reqs 2024-05-26 14:20:00 +02:00
test.py add model training 2024-04-14 22:55:07 +02:00

README.md

Inżynieria Uczenia Maszynowego

To run the code you need to install all the packages from the requirements.txt file. Then just run main.py file. Remember to have your Kaggle API token in the .kaggle folder in your home directory.

pip install -r requirements.txt
python main.py