Skip to content

Commit

Permalink
Small code fix for differential_privacy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
advaithsrao committed Dec 5, 2023
1 parent 18fe3f3 commit 5c3d5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethics/differential_privacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from mlflow.sklearn import save_model
from scipy.sparse import hstack

from base import BaseDistilbertModel
from ethics.base import BaseDistilbertModel
from utils.util_modeler import Word2VecEmbedder, TPSampler

from opacus import PrivacyEngine
Expand Down

0 comments on commit 5c3d5bb

Please sign in to comment.