Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
remove binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jfomhover committed Nov 23, 2021
1 parent 1b0e21c commit ffdf4c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lightgbm_training:
# input parameters
data:
auto_partitioning: True # inserts partitioning to match expected number of partitions (if nodes*processes > 1)
pre_convert_to_binary: True # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
pre_convert_to_binary: False # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
header: false
label_column: "0"
group_column: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lightgbm_training:
# input parameters
data:
auto_partitioning: True # inserts partitioning to match expected number of partitions (if nodes*processes > 1)
pre_convert_to_binary: True # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
pre_convert_to_binary: False # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
header: false
label_column: "0"
group_column: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lightgbm_training:
# input parameters
data:
auto_partitioning: True # inserts partitioning to match expected number of partitions (if nodes*processes > 1)
pre_convert_to_binary: True # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
pre_convert_to_binary: False # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
header: false
label_column: "0"
group_column: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lightgbm_training:
# input parameters
data:
auto_partitioning: True # inserts partitioning to match expected number of partitions (if nodes*processes > 1)
pre_convert_to_binary: True # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
pre_convert_to_binary: False # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
header: false
label_column: "0"
group_column: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lightgbm_training:
# input parameters
data:
auto_partitioning: True # inserts partitioning to match expected number of partitions (if nodes*processes > 1)
pre_convert_to_binary: True # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
pre_convert_to_binary: False # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
header: false
label_column: "0"
group_column: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lightgbm_training:
reference:
data:
auto_partitioning: True # inserts partitioning to match expected number of partitions (if nodes*processes > 1)
pre_convert_to_binary: True # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
pre_convert_to_binary: False # inserts convertion of train/test data into binary to speed up training (not compatible with auto_partitioning yet)
header: false
label_column: "0"
group_column: null
Expand Down

0 comments on commit ffdf4c4

Please sign in to comment.