Add auto ML support #102
Labels
contribution
issue meant for contributors that wants to help growing the project
discussion
let's discuss a topic about igel
enhancement
New feature or request
feature
new feature
good first issue
Good for newcomers
Hacktoberfest
hacktoberfest label
help wanted
Extra attention is needed
Description
We want to add support for auto ML. My suggestion is to use autokeras. I'm letting this open for newcomers who want to contribute to this project.
The parameters of the model need to be read from a yaml file (check utils.py in igel, there is a helper function to read a yaml or json file). These parameters will be used to construct and train a model. The results should be then saved under the model_results folder.
Check the README and repo to know how igel works in order to keep the interface as clean as possible.
If you have any questions, check out the discussion for this issue.
The text was updated successfully, but these errors were encountered: