Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 27, 2024
1 parent c08f266 commit fec8c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from sklearn.model_selection import StratifiedKFold
from sklearn.metrics import accuracy_score, classification_report

from . import clf_path, config
from . import clf_path, config, config_path

@click.group()
def main(args=None):
Expand Down

0 comments on commit fec8c47

Please sign in to comment.