Skip to content

Commit

Permalink
Merge pull request #8 from aiwithqasim/dev/max_depth_update
Browse files Browse the repository at this point in the history
updated max_params
  • Loading branch information
aiwithqasim committed Feb 21, 2023
2 parents dfd4670 + c6ef4d6 commit a3bb2ee
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: 'deep_forest_mini'
run_name: 'deep_forest'

pipeline_params:
test_size: 0.33
random_state: 42

model_params:
n_estimators: 150
max_depth: 8
max_depth: 12
min_samples_leaf: 1
max_features: 'auto'
random_state: 206

0 comments on commit a3bb2ee

Please sign in to comment.