Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto ML support #102

Closed
nidhaloff opened this issue Sep 11, 2021 · 2 comments · Fixed by #107
Closed

Add auto ML support #102

nidhaloff opened this issue Sep 11, 2021 · 2 comments · Fixed by #107
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

Comments

@nidhaloff
Copy link
Owner

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.

@nidhaloff nidhaloff added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers contribution issue meant for contributors that wants to help growing the project feature new feature discussion let's discuss a topic about igel labels Sep 11, 2021
@dhruvshah0803
Copy link

dhruvshah0803 commented Sep 12, 2021

I am working on this.

@nidhaloff
Copy link
Owner Author

I added first support for ImageClassification. Check this PR #103

@dhruvshah0803 If you are still working on this, please check my updates.

@nidhaloff nidhaloff added the Hacktoberfest hacktoberfest label label Oct 7, 2021
@nidhaloff nidhaloff linked a pull request Oct 11, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants