This commit is contained in:
Your Name
2021-02-08 11:17:02 +00:00
parent 7085b7ef54
commit 54ccb1423f
28 changed files with 136 additions and 52 deletions
@@ -11,7 +11,10 @@
"outputs": [],
"source": [
"# Loading the necessary library files\n",
"import pandas as pd"
"import pandas as pd\n",
"\n",
"import warnings\n",
"warnings.filterwarnings(\"ignore\")"
]
},
{
@@ -1,18 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {},
"colab_type": "code",
"id": "45Bl5J8c07xl"
},
"outputs": [],
"source": [
"!pip install smote-variants"
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -24,7 +11,10 @@
"outputs": [],
"source": [
"# Loading the necessary library files\n",
"import pandas as pd"
"import pandas as pd\n",
"\n",
"import warnings\n",
"warnings.filterwarnings(\"ignore\")"
]
},
{