diff --git a/.vscode/settings.json b/.vscode/settings.json index 8f43709..6bacb24 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,11 +36,13 @@ "organisation's", "Parcoords", "plotly", + "pretrained", "proba", "pydantic", "pymongo", "pyplot", "redoc", + "scibert", "serialise", "sklearn", "starlette", diff --git a/docs/examples/scibert.md b/docs/examples/scibert.md deleted file mode 100644 index 90af250..0000000 --- a/docs/examples/scibert.md +++ /dev/null @@ -1,7 +0,0 @@ -# Summarising scientific publications from a tech-transfer perspective - -This example shows how `great-ai` is used in practice at ScoutinScience. - -
Pipeline(steps=[('vectorizer',\n",
- " TfidfVectorizer(max_df=0.3, min_df=3, sublinear_tf=True)),\n",
- " ('classifier', LinearSVC())])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. Pipeline(steps=[('vectorizer',\n",
- " TfidfVectorizer(max_df=0.3, min_df=3, sublinear_tf=True)),\n",
- " ('classifier', LinearSVC())])TfidfVectorizer(max_df=0.3, min_df=3, sublinear_tf=True)
LinearSVC()
Pipeline(steps=[('vectorizer',\n",
+ " TfidfVectorizer(max_df=0.3, min_df=3, sublinear_tf=True)),\n",
+ " ('classifier', LinearSVC())])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. Pipeline(steps=[('vectorizer',\n",
+ " TfidfVectorizer(max_df=0.3, min_df=3, sublinear_tf=True)),\n",
+ " ('classifier', LinearSVC())])TfidfVectorizer(max_df=0.3, min_df=3, sublinear_tf=True)
LinearSVC()