genoml2
genoml2 copied to clipboard
continuous becomes discrete when using umap_reduce
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?
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!