Skip to content

The trainer entry points don't contain sufficient information about the algorithm type (linear, tree etc) #313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sfilipi opened this issue Jun 5, 2018 · 3 comments

Comments

@sfilipi
Copy link
Member

sfilipi commented Jun 5, 2018

System information

  • .NET Version (eg., dotnet --info): 0.3.0-preview-26604-1

Issue

The trainer entry points don't contain any information about their algorithm type ( tree, linear)
Systems interfacing with ML.NET in this fashion might need to present to their users the information classified based on this criteria.

@shauheen
Copy link
Contributor

shauheen commented Jun 5, 2018

Can this and #314 perhaps be addressed in the same PR?

@sfilipi
Copy link
Member Author

sfilipi commented Jun 5, 2018

We could place the information in the same entry point property, potentially another entry in IInputType. Logged them separately since they are parallel workitems. We could combine the PRs.

@Zruty0
Copy link
Contributor

Zruty0 commented Dec 18, 2018

I will be closing this issue, since it has never been discussed for 1/2 year.
Also, the API now suggests somewhat better classification of components via MLContext.

@Zruty0 Zruty0 closed this as completed Dec 18, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants