Closed
Description
The only reason we have IHostEnvironment
as an IDisposable
is because we clean up the temp files created using CreateTempFile
. This functionality is not really very useful. We should remove the functionality, remove the IDisposable
and fix all the using
calls in the codebase (preferably to just new MLContext
, if possible)