-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Change naming convention of transformed variables #1168
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
Comments
+1 |
+1
|
This was referenced Jun 9, 2016
+1 |
OK, I'm on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To revisit the issue of hiding variables generated by a particular sampling algorithm from the user, a better approach might be to modify the naming convention of the transformed variables, following the convention adopted by Scikit-learn -- appending an underscore to the name of the variable. This way, such variables would be automatically recognizable as quantities generated by the model or sampler, and would make it easy to filter them out without introspection, etc.
So, I'm proposing we change
foo_log
tofoo_log_
, for example.The text was updated successfully, but these errors were encountered: