Skip to content
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

Merged
merged 10 commits into from
Mar 1, 2022
Merged

Wp #61

merged 10 commits into from
Mar 1, 2022

Conversation

PotosnakW
Copy link
Contributor

Doc strings for phenotyping.py, metrics.py, and estimators.py

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)
Copy link
Collaborator

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):
Copy link
Collaborator

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

"""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.
Copy link
Collaborator

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

@chiragnagpal chiragnagpal merged commit 0962714 into autonlab:master Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants