-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdvc.lock
97 lines (97 loc) · 2.32 KB
/
dvc.lock
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
schema: '2.0'
stages:
data_preprocessing:
cmd: python .\src\data_preprocessing.py data/raw/data.csv
deps:
- path: .\data\raw\data.csv
hash: md5
md5: dac3fd7ac8a87f7ec2c100bcbbf8aa3c
size: 512945
- path: .\src\data_preprocessing.py
hash: md5
md5: 561034977df5e6d35c5b3afe1e7f0efe
size: 4387
params:
params.yaml:
data_preprocessing.MinMaxScaler.feature: tempo
data_preprocessing.SimpleImputer.feature:
- Romantic Ballad
- Dance Pop
- Sad Ballad
- Folk Fusion
- Classical Fusion
- Qawwali
- Sufi
- Party Anthem
- Patriotic
- Rock Fusion
- Item Number
- Lyrical Rap
- Devotional
- Ghazal
- Retro
- Comedy
- Motivational
- Wedding
- Festival
data_preprocessing.SimpleImputer.fill_value: 0
data_preprocessing.SimpleImputer.strategy: constant
data_preprocessing.feature:
- acousticness
- danceability
- energy
- speechiness
- tempo
- valence
- liveness
- loudness
- mode
- Romantic Ballad
- Dance Pop
- Sad Ballad
- Folk Fusion
- Classical Fusion
- Qawwali
- Sufi
- Party Anthem
- Patriotic
- Rock Fusion
- Item Number
- Lyrical Rap
- Devotional
- Ghazal
- Retro
- Comedy
- Motivational
- Wedding
- Festival
- artist_name
data_preprocessing.pipe.feature: artist_name
outs:
- path: .\data\processed
hash: md5
md5: cabed492cb71ae86376015314a8c44a1.dir
size: 432261
nfiles: 1
- path: .\preprocessor
hash: md5
md5: 62549ec8cea5e10f79a144d49aa1a37f.dir
size: 3785
nfiles: 1
model_training:
cmd: python .\src\model_training.py data/processed/data.csv
deps:
- path: .\data\processed\data.csv
hash: md5
md5: ab6336afcbfec65845ce2ce2712b582e
size: 432261
- path: .\src\model_training.py
hash: md5
md5: 49a3cc2ada190ee2bb65fbf52b9421ac
size: 829
outs:
- path: .\models
hash: md5
md5: 2f8aea1613cfc9a4aa8d6a735b1faec9.dir
size: 16704364
nfiles: 1