GenoML / genoml2

GenoML (genoml2) is an open source Python package. It is an automated machine learning (autoML) platform for genomics data
Apache License 2.0
27 stars 17 forks source link

Need guidance for users on what to do if fewer than 100 samples? #34

Open njohnso6 opened 2 years ago

njohnso6 commented 2 years ago

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

Perhaps don't make 100 samples hardwired? Or at least more guidance in the documentation.

m-makarious commented 2 years ago

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! Can you indicate the lines where you are seeing the sample number hardcoded in?