Skip to content

What does fit do when calculating realized performance? #336

Answered by santiviquez
shezadkhan137 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shezadkhan137!

When using the PerformanceCalculator method, the purpose of the fit function is to create the baseline that represents the realized performance on the reference set. This is where nannyML calculates the thresholds that can later be useful in determining whether there has been degradation on the analysis set, like in the image below.

Regarding your question about using PerformanceCalculator with out calling fit first, actually yes, you can.

You only need to call fit when the reference data changes. So, if your reference data hasn't change, you can call fit only once, persist the fitted calculator (we currently support multiple ways to persist calculator objects), and th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nnansters
Comment options

Answer selected by nnansters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants