forked from octo-technology/Formation-MLOps-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (40 loc) · 808 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.DS_Store
.idea/
airflow_home/__init__.py
dags/__pycache__/
formation_indus_ds_avancee.egg-info/
formation_indus_ds_avancee/__pycache__/
formation_indus_ds_avancee/unittests.cfg
la-haute-borne-data-2017-2020.csv
tests/__pycache__/
data/la-haute-borne-data-2013-2016.csv
data/la-haute-borne-data-2017-2020.csv
*/logs/*
logs/
la-haute-borne-data-2013-2016.csv
scripts/.ipynb_checkpoints/
scripts/__init__.py
scripts/random_forest.joblib
scripts/submission.csv
# Rapports produits par pytest
htmlcov/
junit/
tests/**/__pycache__/
.coverage
coverage.xml
__pycache__/
# Modèles sauvegardées dans la registry locale
models/*
!.gitkeep
prepared_features
# Ignore predictions
data/predictions/*
data/*
!data/.gitkeep
# Ignore airflow
dags/airflow*
dags/unittests.cfg
# Packaging artefacts
build/
dist/
mlruns/