Open rlagare opened 2 years ago
@rlagare The temp folder that is mentioned in the output window of Visual Studio has all the models as zip files. I have been succesful in copying them and running my own metrics on them with test data. Note that the name of the zip file and the number in the log file do not always exactly match. The params are lost as far as I know, i created an issue about it recently #1969 I agree, params would be useful for scientific reporting and also for practicioners to understand impact of parameters in their models.
Microsoft team may have some better info.
@rlagare LightGBM and FastTree .zip files include the hyperparams inside the zip file, so it might be possible to extract them throuhg .NET interfaces, or worst case, by reading directly from the Model.key file either somehow deserializing the binary file, or even reading as ASCII. Screenshots are from notepad
If we are lucky, we might be able to find the same from all model.zip files.
Thanks for the advice @torronen. It seems like this aspect of ML.NET is not very user-friendly; I wonder if Microsoft team would be able to make parameter extraction/reading easier to do. @beccamc
Updated labels to enhancement / feature request inline with other #1591 work items.
System Information (please complete the following information):
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.