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 402d60a commit 411a863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import tensorflow as tf
import keras as keras
from tensorflow.keras.models import load_model
from keras.preprocessing.text import text
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
from sklearn.preprocessing import LabelEncoder

Expand Down
4 changes: 2 additions & 2 deletions 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": 28,
"execution_count": 29,
"id": "70f2a5ec-67f6-4d3c-b912-717e401fc70e",
"metadata": {},
"outputs": [],
Expand All @@ -18,7 +18,7 @@
"from sklearn.model_selection import GridSearchCV\n",
"from tensorflow.keras.wrappers.scikit_learn import KerasClassifier\n",
"from tensorflow.keras.optimizers.legacy import Adam\n",
"from keras.preprocessing.text import Tokenizer\n",
"from tensorflow.keras.preprocessing.text import Tokenizer\n",
"from tensorflow.keras.preprocessing.sequence import pad_sequences\n",
"from sklearn.preprocessing import LabelEncoder\n",
"from sklearn.metrics import classification_report\n",
Expand Down

0 comments on commit 411a863

Please sign in to comment.