-
Notifications
You must be signed in to change notification settings - Fork 2
add docstrings #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add docstrings #15
Conversation
windisch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
driftbench/benchmarks/data.py
Outdated
| name (str): The name of the dataset specification. | ||
| spec (dict): The yaml-specification of the dataset. | ||
| f (Callable): The function to fit the curves. | ||
| w0 (list[float]): The inital guess. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| w0 (list[float]): The inital guess. | |
| w0 (np.ndarray): The inital value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something like:
| w0 (list[float]): The inital guess. | |
| w0 (np.ndarray): The inital value for the internal paramters. |
?
Co-authored-by: Tobias Windisch <[email protected]>
Co-authored-by: Tobias Windisch <[email protected]>
|
@windisch Have added/fixed some older docstrings and made sure everything gets now rendered properly. |
No description provided.