Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
model params updated
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-turbitt committed Jul 25, 2022
1 parent 238a988 commit 9c1bbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/pipeline_configs/model_train.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
mlflow_params:
run_name: 'random_forest_baseline'
run_name: 'random_forest_new_model'

pipeline_params:
test_size: 0.25
random_state: 42

model_params:
n_estimators: 100
max_depth: 4
max_depth: 8
min_samples_leaf: 1
max_features: 'auto'
random_state: 42

0 comments on commit 9c1bbe7

Please sign in to comment.