9 lines
111 B
YAML
9 lines
111 B
YAML
preprocess:
|
|
test_size: 0.2
|
|
random_state: 42
|
|
|
|
train:
|
|
n_estimators: 100
|
|
max_depth: 10
|
|
random_state: 42
|