Skip to content

Commit

Permalink
changed title to English and applied black
Browse files Browse the repository at this point in the history
  • Loading branch information
birkirarndal committed Dec 15, 2023
1 parent 4268247 commit 99c0421
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Viðhorfsgreining á íslenskum texta

(Sentiment-Analysis on Icelandic text)
# Evaluating Icelandic Sentiment Analysis Models Trained on Translated Data

# Instructions

Expand Down
1 change: 0 additions & 1 deletion src/BaselineClassifiersBinary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
" print(\"\\t%.3f\\t%-15s\\t\\t%.4f\\t%-15s\" % (coef_1, fn_1, coef_2, fn_2))\n",
"\n",
"\n",
"\n",
"def plot_important_words(top_scores, top_words, bottom_scores, bottom_words, name):\n",
" top_pairs = [(a, b) for a, b in zip(top_words, top_scores)]\n",
" top_pairs = sorted(top_pairs, key=lambda x: x[1])\n",
Expand Down
1 change: 0 additions & 1 deletion src/generate_report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"d2 = d2.sample(n=100)\n",
"\n",
"\n",
"\n",
"for col in DROP_COLUMNS:\n",
" if col in d1.columns:\n",
" d1.drop(col, axis=1, inplace=True)\n",
Expand Down

0 comments on commit 99c0421

Please sign in to comment.