Skip to content

Commit

Permalink
Adding LR
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 27, 2024
1 parent df9b00e commit 53b3661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import requests
from sklearn.feature_extraction.text import CountVectorizer
from sklearn.metrics import f1_score, precision_score, recall_score
from sklearn.naive_bayes import BernoulliNB, LogisticRegression

from sklearn.naive_bayes import BernoulliNB
from sklearn.linear_model import LogisticRegression
from . import clf_path, config, config_path

@click.group()
Expand Down

0 comments on commit 53b3661

Please sign in to comment.