dotnet / machinelearning Public
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
ML.NET Is unable to export model in Text format as MAML used to do #5330
Comments
|
+1 |
|
@harishsk: I think @nsingal is discussing the I left more information about the
|
I was using TLC/MAML to create my LR model and would then export it to a text file which would show the weights and the bias value. Our subsequent pipeline consumes this file.
We are trying to switch over to ML.NET and are noticing that it doesn't have an option to export the same format.
Can we please get this functionality?
System information
Issue
What did you do?
What happened?
What did you expect?
Source code / logs
Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.
The text was updated successfully, but these errors were encountered: