1
0
mirror of https://github.com/gsi-upm/sitc synced 2026-05-30 20:41:58 +00:00

Compare commits

3 Commits

Author SHA1 Message Date
cif
c361e23c8f Updated LLM 2026-04-21 14:46:37 +02:00
cif
7d473dcdf2 Updated LLM - compability problems with v5 2026-04-21 14:45:18 +02:00
Carlos A. Iglesias
7562b18968 Fix punctuation and update Scikit-Learn link 2026-04-16 18:42:12 +02:00
2 changed files with 251 additions and 174 deletions

File diff suppressed because one or more lines are too long

View File

@@ -51,7 +51,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Here we propose several exercises, it is recommended to work only in one of them." "Here we propose several exercises; it is recommended to work only in one of them."
] ]
}, },
{ {
@@ -65,8 +65,8 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"You can try the exercise Exercise 2: Sentiment Analysis on movie reviews of Scikit-Learn https://scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html. \n", "You can try the exercise Exercise 2: Sentiment Analysis on movie reviews of Scikit-Learn https://scikit-learn.org/1.4/tutorial/text_analytics/working_with_text_data.html. \n",
"Previously you should follow the installation instructions in the section Tutorial Setup." "Previously, you should follow the installation instructions in the section Tutorial Setup."
] ]
}, },
{ {