You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is a private method of UmapExperiment_prepare_umap_data who does the exact same things of the function prepare_umap_data in the umap_functions module, i.e. removing NaNs columns and train/test splitting.
Why code duplication? Which is the "most correct" one?
The text was updated successfully, but these errors were encountered:
UmapExperiment Is meant to be the correct way to do things and it should replace the functions from umap_functions.
They were both kept in place during transition (we should test if they both yield the same results)
It seems there is a private method of
UmapExperiment
_prepare_umap_data
who does the exact same things of the functionprepare_umap_data
in theumap_functions
module, i.e. removing NaNs columns and train/test splitting.Why code duplication? Which is the "most correct" one?
The text was updated successfully, but these errors were encountered: