Skip to content

Commit

Permalink
fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
kasunamare authored Sep 16, 2022
1 parent f0a74a5 commit 971a872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triage/component/postmodeling/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `<config_file>` is a required argument. If the `<database_credentials_file>`

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
Expand Down

0 comments on commit 971a872

Please sign in to comment.