diff --git a/src/triage/component/postmodeling/utils/README.md b/src/triage/component/postmodeling/utils/README.md index 6bbe8d9d0..8c98c3521 100644 --- a/src/triage/component/postmodeling/utils/README.md +++ b/src/triage/component/postmodeling/utils/README.md @@ -23,7 +23,7 @@ The `` is a required argument. If the `` The function can be imported into a python script to add predictions of selected model groups as shown below. - from src.triage.postmodeling.utils.add_predictions import add_predictions + from triage.component.postmodeling.utils.add_predictions import add_predictions add_predictions( db_engine=conn, # The database connection