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

Commit

Permalink
Merge pull request #44 from niall-turbitt/dev/new_model
Browse files Browse the repository at this point in the history
new model params
  • Loading branch information
niall-turbitt authored Jun 29, 2022
2 parents 5d2d45a + 65ee13a commit 41e59ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/job_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_max_depth'

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 41e59ea

Please sign in to comment.