Skip to content

Commit

Permalink
IDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 29, 2024
1 parent 1f0010a commit 2b98e63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from sklearn.linear_model import LogisticRegression
from nltk.corpus import stopwords
from nltk.stem import PorterStemmer
import tensorflow as tf
from tensorflow.keras.models import load_model
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Experiment-CNN-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 12,
"id": "70f2a5ec-67f6-4d3c-b912-717e401fc70e",
"metadata": {},
"outputs": [],
Expand Down

0 comments on commit 2b98e63

Please sign in to comment.