Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 28, 2024
1 parent 45c0f97 commit 07b0e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def data2df():



@main.command('train_bn')
def train_nb(train_df, val_df):
@main.command('train_nb')
def train_nb():
"""
Naive Bayes Model (Do Third)
"""
Expand Down Expand Up @@ -107,7 +107,7 @@ def process_text(document):
print("F1 Score:", round(f1,3))

@main.command('train_lr')
def train_lr(train_df, val_df):
def train_lr():
"""
Logistic Regression Model (Do Fourth)
"""
Expand Down

0 comments on commit 07b0e9a

Please sign in to comment.