Skip to content

Commit

Permalink
Add docstrings for kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZogk committed Jun 21, 2024
1 parent 694ae64 commit 8cd2535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/calculate_imputation_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def calculate_imputation_link(
Column name of the predicted target variable.
link_col : str
Name to use for the new column containing imputation link
kwargs : mapping, optional
A dictionary of keyword arguments passed into func.
Returns
-------
df : pd.DataFrame
Expand Down

0 comments on commit 8cd2535

Please sign in to comment.