This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Output mode-specific parameters in __main__.model_stats #54
Labels
enhancement
New feature or request
For tracking purposes as well as to produce explainability analyses, it would be useful for each model run with
python3 -m predictsignauxfaibles
to output model-specific parameters intomodel_stats
.A use case would for the logistic regression would be to output its coefficient and baseline variables in order to find the contribution of each variables to the score a posteriori. Note that this could exist independently from the explanations pushed to the collection Scores:
A solution could be to specify in
model_config.py
the name of model attributes to be saved intomodel_stats.json
, and to have a function towards the end of__main__.run(args)
that collects those parameters intomodel_stats
WDYT?
The text was updated successfully, but these errors were encountered: