Commit aa89276d authored by Udbhasa M M S's avatar Udbhasa M M S

modifications in python script

parent b1c4a60f
{
"cells": [],
"metadata": {},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "8ec89ac0-db91-4070-adff-d3fd93f2e08c",
"metadata": {},
"outputs": [],
"source": [
"!pip install torch\n",
"!pip install nltk\n",
"!pip install pandas"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f1cc045d-cd66-4662-9b5f-5b9a48174b63",
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"import string\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python (Local)",
"language": "python",
"name": "local-base"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
......@@ -21,8 +21,7 @@
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"import string\n",
"import nltk"
"import string\n"
]
}
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment