removed dropna() as it is already done in cleaning notebook

master
mahehsma 2024-06-07 11:21:34 +02:00
parent 5ae73983f7
commit d87ebe04aa
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@
],
"source": [
"df = pd.read_csv('./data/dataset_cleaned.csv')\n",
"df.dropna(inplace=True)\n",
"\n",
"# extract all columns except 'goal' --> X\n",
"X = df.loc[:, df.columns != 'goal']\n",