Skip to content

Commit b148dd0

Browse files
default hyperparameters
1 parent 900efbc commit b148dd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aplr/aplr.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,13 @@ def __init__(
272272
random_state: int = 0,
273273
n_jobs: int = 0,
274274
validation_ratio: float = 0.2,
275-
bins: int = 300,
275+
bins: int = 100,
276276
verbosity: int = 0,
277277
max_interaction_level: int = 1,
278278
max_interactions: int = 100000,
279279
min_observations_in_split: int = 20,
280-
ineligible_boosting_steps_added: int = 10,
281-
max_eligible_terms: int = 5,
280+
ineligible_boosting_steps_added: int = 20,
281+
max_eligible_terms: int = 10,
282282
boosting_steps_before_pruning_is_done: int = 0,
283283
boosting_steps_before_interactions_are_allowed: int = 0,
284284
):

0 commit comments

Comments
 (0)