Skip to content

Commit

Permalink
Automl voters part 1 Notebook Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-sharma-geoai committed Oct 16, 2024
1 parent b9ef9c4 commit d0f04d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"import pandas as pd\n",
"\n",
"from IPython.display import Image, HTML\n",
"from sklearn.preprocessing import MinMaxScaler,RobustScaler\n",
"from sklearn.preprocessing import MinMaxScaler, RobustScaler\n",
"from sklearn.model_selection import train_test_split\n",
"from sklearn.metrics import r2_score\n",
"import sklearn.metrics as metrics\n",
Expand Down

0 comments on commit d0f04d8

Please sign in to comment.