Skip to content

Commit

Permalink
Lower-bound xgboost to newest release. (#103)
Browse files Browse the repository at this point in the history
* Lower-bound xgboost to newest release.

* Adapt to new default value.
  • Loading branch information
kklein authored Feb 15, 2025
1 parent 95b545d commit a4fe514
Show file tree
Hide file tree
Showing 5 changed files with 702 additions and 543 deletions.
2 changes: 1 addition & 1 deletion metalearners/grid_search.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) QuantCo 2024-2024
# Copyright (c) QuantCo 2024-2025
# SPDX-License-Identifier: BSD-3-Clause

import time
Expand Down
2 changes: 1 addition & 1 deletion metalearners/metalearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ def _default_scoring() -> Scoring:

@property
def init_args(self) -> dict[str, Any]:
"""Create initiliazation parameters for a new MetaLearner.
"""Create initialization parameters for a new MetaLearner.
Importantly, this does not copy further internal state, such as the weights or
parameters of trained base models.
Expand Down
Loading

0 comments on commit a4fe514

Please sign in to comment.