mirror of
https://github.com/fenago/data-science.git
synced 2026-05-04 08:31:59 +00:00
added
This commit is contained in:
+4
-1
@@ -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\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
+4
-14
@@ -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\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user