-
Notifications
You must be signed in to change notification settings - Fork 199
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
LogisticSaturation
class does not document all of it's parameters
#1188
Comments
Looking at it again, I realize that the code in the docstring isn't a vignette, but rather generates a plot. I don't think we need this in the |
All of the Saturation transformations get a scaling parameter If you have a suggestion of how to improve it, please let me know. EDIT: I took a look at the module docs and don't see something for that. I think we should re-document the parameters required for each one of the transformations so they are seen in this context as well. My suggestion is:
Thoughts @cluhmann? |
So if there's a note added to the module, where would that show up? |
That was part of my edit and realization; it is not there. I added to my action items |
Yeah, I was asking where it would show up if it was added. I just don't have a sense of where I would find it in the docs if this issue was addressed in the way you are suggesting. |
I was thinking about the module docstring. So in |
Sure, and where would it appear in the docs if it was there? Here? |
Yes. Somewhere in that top section. Sound reasonable home for it? |
I guess, but if people find their way to one of the constituent saturation components (looking for details about the LogisticSaturation), then the use of |
Yeah, thats why I have the second item to add documentation for each transformation class |
Yup, I think that works then. |
The logistic saturation function seems to come in 2 varieties. There is the
LogisticSaturation
class defined here and then there is thelogistic_saturation
function defined here. The former has no documentation of parameters (though there is a brief vignette?) and instead says it is a "Wrapper around logistic saturation function" and see the documentation on the latter. The problem is that there the former takes a parameter (beta
) that is not found anywhere in the latter. And the vignette doesn't help because it passes in no parameter values. At best, this seems very confusing.Are there other functions and wrappers that behave like this?
The text was updated successfully, but these errors were encountered: