We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
abs
In the num template, the get_and_save_metrics is missing some abs in errors evaluations.
get_and_save_metrics
CF. get_and_save_metrics in https://github.com/OSS-Pole-Emploi/gabarit/blob/main/gabarit/template_num/num_project/package_name/models_training/regressors/model_regressor.py
abs_err should call abs function. Same for rel_err ?
abs_err
rel_err
We can have negative values for an "absolute error" ...
That is, did this use to work the way you expected in the past?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In the num template, the
get_and_save_metrics
is missing someabs
in errors evaluations.Concerned template
To Reproduce
CF.
get_and_save_metrics
in https://github.com/OSS-Pole-Emploi/gabarit/blob/main/gabarit/template_num/num_project/package_name/models_training/regressors/model_regressor.pyExpected behavior
abs_err
should callabs
function. Same forrel_err
?Actual behavior
We can have negative values for an "absolute error" ...
Is this a regression?
That is, did this use to work the way you expected in the past?
Debug info
The text was updated successfully, but these errors were encountered: