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
https://github.com/vlegoy/rcATT/blob/f82f7fd456279abefcd3e0b50e8056345c11aeb7/classification_tools/postprocessing.py#L92C7-L92C47
this should be: predprob_techniques_corrected[i][j] = 0
predprob_techniques_corrected[i][j] = 0
k makes no sense. See confidence_propagation-function.
confidence_propagation
I also changed the effectiveness of the function with numpy arrays. See my pending pull request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/vlegoy/rcATT/blob/f82f7fd456279abefcd3e0b50e8056345c11aeb7/classification_tools/postprocessing.py#L92C7-L92C47
this should be:
predprob_techniques_corrected[i][j] = 0
k makes no sense. See
confidence_propagation
-function.I also changed the effectiveness of the function with numpy arrays. See my pending pull request.
The text was updated successfully, but these errors were encountered: