genoml2 icon indicating copy to clipboard operation
genoml2 copied to clipboard

continuous becomes discrete when using umap_reduce

Open njohnso6 opened this issue 3 years ago • 1 comments

https://github.com/GenoML/genoml2/blob/8040f2b1b460cc6085527e5fd65963518459cd11/genoml/main.py#L92

When running continuous supervised munge, there is a bug that claims it is discrete, and maybe it is. But clearly, this handler initiates the issue.

Also, there is never a prompt asking whether I have cofounders, like it looks like there should be elsewhere in the code. It continues without an error anyway. Are they necessary?

njohnso6 avatar Mar 22 '22 16:03 njohnso6

Hi @njohnso6 - all code under "continuous" is currently under active development, only the discrete supervised modules have been extensively built out at this time (as indicated in the README).

Thank you for flagging this and the other issues!

m-makarious avatar Mar 22 '22 22:03 m-makarious