We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why in https://github.com/HK3-Lab-Team/umapviz/blob/master/src/umapviz/umap_exp.py#L299 we are not using methods/properties of DataFrameWithInfo to get the columns to remove / to keep?
We could use least_nan_cols method (https://github.com/HK3-Lab-Team/pd_extras/blob/master/src/pd_extras/dataframe_with_info.py#L503) to not reimplement the calculation from scratch
least_nan_cols
The text was updated successfully, but these errors were encountered:
You are right. I may had forgotten about that method and that I created it for that purpose when I rewrote the code. :(
Sorry, something went wrong.
No worries, let's write some tests before and then we can refactor it!
No branches or pull requests
Why in https://github.com/HK3-Lab-Team/umapviz/blob/master/src/umapviz/umap_exp.py#L299 we are not using methods/properties of DataFrameWithInfo to get the columns to remove / to keep?
We could use
least_nan_cols
method (https://github.com/HK3-Lab-Team/pd_extras/blob/master/src/pd_extras/dataframe_with_info.py#L503) to not reimplement the calculation from scratchThe text was updated successfully, but these errors were encountered: