dotnet / dotnet/machinelearning
Cancellation pattern in SaveAsBinary API
Open
area-Core
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
**Is your feature request related to a problem? Please describe.**
`SaveAsBinary` can cost from seconds to minutes to hours depends on your datasets, so it's better that this API supports cancellation pattern or check cancel points while running.
- https://github.com/dotnet/machinelearning-modelbuilder/issues/1645#issuecomment-888177307
**Describe the solution you'd like**
Add a async version with cancellation pattern or check cancel point inside.
Contributor guide
Assessment
This issue has not been assessed yet.