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

Commit

Permalink
Add more LGBM models to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Clement committed Mar 5, 2021
1 parent e801b83 commit 40a6022
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ models-to-run:
- lgbm-finger_ott
- lgbm-finger_own
- lgbm-finger_tugraz
- lgbm-finger_all
- lgbm-tsfresh
- knn-finger_ott
- knn-finger_own
- knn-finger_tugraz
Expand Down Expand Up @@ -382,6 +384,16 @@ models:
classifier:
n_jobs: *n_jobs

lgbm-finger_all:
normalize: "none"
classifier:
min_split_gain: 0.1
feature_fraction: 1.0
min_child_samples: 30
max_depth: 50
num_leaves: 10
n_jobs: *n_jobs

svm-finger_ott:
normalize: "zscore"
classifier:
Expand Down

0 comments on commit 40a6022

Please sign in to comment.