Skip to content

LocalEnvironment to stop being IDisposable #1287

Closed
@Zruty0

Description

@Zruty0

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)

Metadata

Metadata

Assignees

Labels

APIIssues pertaining the friendly API

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions