-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsweep.yaml
54 lines (48 loc) · 963 Bytes
/
sweep.yaml
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
method: bayes
metric:
goal: minimize
name: Step
parameters:
max_depth:
distribution: int_uniform
max: 40
min: 5
max_features:
distribution: categorical
values:
- auto
- sqrt
min_samples_leaf:
distribution: int_uniform
max: 10
min: 1
min_samples_split:
distribution: int_uniform
max: 20
min: 3
n_estimators:
distribution: int_uniform
max: 3500
min: 550
# learning_rate:
# distribution: uniform
# max: 0.8
# min: 0.05
# n_neighbors:
# distribution: int_uniform
# max: 15
# min: 5
# model_name:
# distribution: categorical
# values:
# - ElasticNet
# - RandomForestRegressor
# - GradientBoostingRegressor
# - AdaBoostRegressor
# - DecisionTreeRegressor
# - KNeighborsRegressor
# - Ridge
program: .\src\sweep_train.py
command:
- C:\Users\Teja\Documents\_INFOTECH\jobs\stepstone_demo\env_end2endml\Scripts\python.exe
- ${program}