-
Notifications
You must be signed in to change notification settings - Fork 74
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
Wp #61
Wp #61
Conversation
auton_survival/phenotyping.py
Outdated
The names of categorical independent variables inputed as python strings in a list | ||
num_vars : list of python str(s), default=None | ||
The names of continuous independent variables inputed as python strings in a list | ||
num_vars_quantiles : int or list-like of float, default=(0, .5, 1.0) |
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.
not list -- tuple
|
||
return phenotypes | ||
|
||
def _rename(self, phenotypes): |
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.
helper function to rename the phenotype names
auton_survival/phenotyping.py
Outdated
"""Phenotyper that performs dimensionality reduction followed by clustering. | ||
|
||
"""Phenotyper that performs dimensionality reduction followed by clustering. Learned clusters are considered phenotypes and used to | ||
group samples based on similar observable characteristics. |
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.
ed on similarity in covariate space
Doc strings for phenotyping.py, metrics.py, and estimators.py