Does this support model statistics or any plans to add. #7
Replies: 3 comments 1 reply
-
@gurvinder-dhillon Unfortunately, this feature is currently not available. Initially I wanted to add it, but later changed my mind. If you really need it, I can add it. pict provides API to get statistics separately. Therefore, I imagine getting statistics as a separate function call. For example: const statistics = pict.statistics({ model }); const statistics = strings.statistics({ model }); const statistics = native.statistics({ model }); If you have any ideas, I can consider them |
Beta Was this translation helpful? Give feedback.
-
Hi @gmaxlev Thanks for your reply. Reason for picking up strings option is because with constraints the number of test cases would change and so does the statistics. And i think that should not be a big lift considering "/s" is supported as command line option. Again thanks for building this. |
Beta Was this translation helpful? Give feedback.
-
The capability to retrieve model statistics is now available. The I implemented this as a separate function to avoid overloading the existing function and complicating the types. You can find usage examples in the documentation. @gurvinder-dhillon thank you very much for the feature request, if you have any comments or suggestions, I would be happy to consider them. |
Beta Was this translation helpful? Give feedback.
-
I don't see anywhere in documentation about model statistics, so wondering if is available or needs to be added.
Beta Was this translation helpful? Give feedback.
All reactions