hochschule-darmstadt / MetaAutoML

MIT License
8 stars 4 forks source link

Adding missing parameters in AutoML Request for EVAL #321

Open kehuydietlatoi opened 1 year ago

kehuydietlatoi commented 1 year ago

Reason (Why?) remove unecessary functions (get tuner class, get approaches,..) in evalml adapter by appending missing params in config file.

Solution (What?) Add params as dict.

Out of scope Anything that is out of scope and shall not be implemented

Relation to other Issues Provide additional context (link relevant issues)

Acceptance criteria all missing params are added, adapter must be tested.

kehuydietlatoi commented 1 year ago

BUG_automl New bug found, evalml params are not set correctly

BernhardHumm commented 1 year ago

This might be conflicting with refactorings which are planned by Alex Zender and Dominik Machold. Redundancies between configuration and ML ontology should be avoided at all