Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Quantco/metalearners into narwhals
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Feb 15, 2025
2 parents 284d595 + a4fe514 commit 3ae892a
Show file tree
Hide file tree
Showing 4 changed files with 3,110 additions and 591 deletions.
2 changes: 1 addition & 1 deletion metalearners/metalearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,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 3ae892a

Please sign in to comment.