Skip to content
Permalink
Browse files
removed unused graph code
  • Loading branch information
iheomac committed Mar 6, 2023
1 parent 470946f commit 0020ffc1d14798a196feb2a7c2c3ae748819ced5
Showing 1 changed file with 1 addition and 2 deletions.
@@ -362,7 +362,6 @@
"from sklearn.preprocessing import StandardScaler, MaxAbsScaler\n",
"from sklearn.pipeline import make_pipeline\n",
"from sklearn.neural_network import MLPRegressor\n",
"from sklearn.inspection import PartialDependenceDisplay\n",
"\n",
"# Function contains method 1 regression model pipline, evaulation metrics and scatter plot\n",
"def mlppipe(X_train,X_test,y_train,y_test):\n",
@@ -551,4 +550,4 @@
]
}
]
}
}

0 comments on commit 0020ffc

Please sign in to comment.