Skip to content

Commit 006799d

Browse files
change age
1 parent e34722b commit 006799d

File tree

3 files changed

+42
-20
lines changed

3 files changed

+42
-20
lines changed

.pre-commit-config.yaml

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
repos:
2-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3-
rev: v0.11.6
4-
hooks:
5-
- id: ruff
6-
args: [--fix]
7-
- repo: https://github.com/pre-commit/mirrors-mypy
8-
rev: v1.15.0
9-
hooks:
10-
- id: mypy
2+
- repo: https://github.com/charliermarsh/ruff-pre-commit
3+
rev: v0.11.6
4+
hooks:
5+
- id: ruff
6+
args: [--fix]
7+
- repo: https://github.com/pre-commit/mirrors-mypy
8+
rev: v1.15.0
9+
hooks:
10+
- id: mypy
11+
- repo: https://github.com/iterative/dvc
12+
rev: 3.59.2
13+
hooks:
14+
- id: dvc-pre-commit
15+
additional_dependencies:
16+
- .[all]
17+
language_version: python3
18+
stages:
19+
- pre-commit
20+
- id: dvc-pre-push
21+
additional_dependencies:
22+
- .[all]
23+
language_version: python3
24+
stages:
25+
- pre-push
26+
- id: dvc-post-checkout
27+
additional_dependencies:
28+
- .[all]
29+
language_version: python3
30+
stages:
31+
- post-checkout
32+
always_run: true

config/process/process_1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keep_columns:
1616
- family_size
1717

1818
remove_outliers_threshold:
19-
age: 81
19+
age: 72
2020
Income: 600000
2121

2222
family_size:

dvc.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55
deps:
66
- path: config
77
hash: md5
8-
md5: a2380b625b5f5f10411a2f8dd4d7174f.dir
8+
md5: e3c00a4f033f89e1549b3def5d55c05f.dir
99
size: 1483
1010
nfiles: 4
1111
- path: data/raw
@@ -19,21 +19,21 @@ stages:
1919
outs:
2020
- path: data/intermediate
2121
hash: md5
22-
md5: 69c6a4e21a7e575450a4ce26f70f394f.dir
23-
size: 624234
22+
md5: 554ecd8fb1880e77ea1e6c583a7be6be.dir
23+
size: 544871
2424
nfiles: 1
2525
train:
2626
cmd: python src/segment.py
2727
deps:
2828
- path: config
2929
hash: md5
30-
md5: a2380b625b5f5f10411a2f8dd4d7174f.dir
30+
md5: e3c00a4f033f89e1549b3def5d55c05f.dir
3131
size: 1483
3232
nfiles: 4
3333
- path: data/intermediate
3434
hash: md5
35-
md5: 69c6a4e21a7e575450a4ce26f70f394f.dir
36-
size: 624234
35+
md5: 554ecd8fb1880e77ea1e6c583a7be6be.dir
36+
size: 544871
3737
nfiles: 1
3838
- path: src/segment.py
3939
hash: md5
@@ -42,10 +42,10 @@ stages:
4242
outs:
4343
- path: data/final
4444
hash: md5
45-
md5: 53d9c18e9c74863889ef30db81b8ae26.dir
46-
size: 610251
45+
md5: 5e81e78a4c56f4f7114323d04ef35b82.dir
46+
size: 534546
4747
nfiles: 1
4848
- path: model/cluster.pkl
4949
hash: md5
50-
md5: e515bf89630b6a41b857b702130ddbe6
51-
size: 9772
50+
md5: f7c6cdf1a5ba8e423b269a229e148703
51+
size: 8724

0 commit comments

Comments
 (0)