-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIdocumentationRelated to documentation of ML.NETRelated to documentation of ML.NET
Description
There is a project called SamplesUtils sitting inside the core ML.NET codebase. I believe this was created before the [BestFriend] concept came around.
This project contains one namespace, SampleDatasetUtils that has one static class, DatasetUtils. Here are the following issues:
- Everything is public and nothing is sealed.
- This was built for Samples, but now Tests have taken a dependence on a couple of methods.
- The file itself has no organization, everything is everywhere.
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIdocumentationRelated to documentation of ML.NETRelated to documentation of ML.NET