Skip to content

Commit

Permalink
Merge pull request #32 from KieranLitschel/develop
Browse files Browse the repository at this point in the history
Removed reference to adapt_embeddings in notebook and set version to 1.0.0 in setup.py
  • Loading branch information
KieranLitschel authored Feb 7, 2021
2 parents b23f5c1 + 48ba59b commit 085ca44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions notebooks/global_explain_embedding_components.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"outputId": "9d15010e-a26c-4e70-a54a-82a11d560969"
},
"source": [
"model.global_plot_embedding_histogram(adapt_embeddings=True)"
"model.global_plot_embedding_histogram()"
],
"execution_count": null,
"outputs": [
Expand Down Expand Up @@ -344,7 +344,7 @@
"outputId": "44c2854e-5f5e-402a-a59d-0a628436b505"
},
"source": [
"global_explained_embedding_components = model.global_explain_embedding_components(adapt_embeddings=True)\r\n",
"global_explained_embedding_components = model.global_explain_embedding_components()\n",
"global_explained_embedding_components.iloc[:, :10]"
],
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="xswem",
version="0.1.1",
version="1.0.0",
author="Kieran Litschel",
author_email="kieran.litschel@outlook.com",
description="A simple and explainable deep learning model for NLP.",
Expand Down

0 comments on commit 085ca44

Please sign in to comment.