openmednlp / boonai

A simple ML suite for use by non-experts
MIT License
2 stars 1 forks source link

Filtering of algorithms/models based on the input/target data type #10

Open fatkaratekid opened 6 years ago

fatkaratekid commented 6 years ago

When input and target are selected, not all algorithms will be able to consume this data. Same goes for models. If the information about the field datatypes is kept in the dataset info table, and acceptable input types for algorithms and models are also provided, a user can be presented only by the compatible choices, so there is much less of a chance to mess things up.

Needs to be done: