Skip to content

[Bug fix] Report generator script for PII operator #1149

New issue

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

Merged
merged 5 commits into from
Apr 7, 2025
Merged

Conversation

VipulMascarenhas
Copy link
Member

Description

The report generator script fails when running the PII operator. The code was outdated, but now should work with the changes.

Testing

ads operator run -f pii/pii.yaml --debug
...
...
INFO:ads.opctl:Loading input data from `pii/pii_dataset_100.csv` ...
INFO:ads.opctl:Saving data into `pii/result/pii_dataset_100_out.csv` ...
INFO:ads.opctl:Generating report to `pii/result/report.html` ...

PII operator works fine with default entities, but we see OpenSSL internal error, assertion failed: FATAL FIPS SELFTEST FAILURE when using spacy entities. This is related to openssl installed in notebook session to be not fips compliant, so the error is unrelated to the issue that the current PR addresses.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 7, 2025
Copy link

github-actions bot commented Apr 7, 2025

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-58.72%

@mrDzurb mrDzurb merged commit 6d11e3c into main Apr 7, 2025
22 checks passed
Copy link

github-actions bot commented Apr 7, 2025

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-58.73%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants