dotnet / dotnet/machinelearning
AutoML should skip/ignore trainers that don't work on the current machine
Open
area-AutoML
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Following up from https://github.com/dotnet/machinelearning/issues/3903#issuecomment-739542538.
We should consider not failing an AutoML experiment because the dependencies necessary for MKL to load are not available on the current machine. We could log a warning or tell the user some other way that MKL can't be loaded. But this shouldn't block the user, and force them to figure out how to exclude the problematic trainer (Ols in the case above).
Contributor guide
Assessment
This issue has not been assessed yet.