removed requirements file

This commit is contained in:
Gerges Dib
2020-06-06 23:32:28 -07:00
6 changed files with 22 additions and 14 deletions

View File

@@ -649,7 +649,7 @@
"metadata": {},
"outputs": [],
"source": [
"lambda_ = 100\n",
"lambda_ = 0\n",
"theta = utils.trainLinearReg(linearRegCostFunction, X_poly, y,\n",
" lambda_=lambda_, maxiter=55)\n",
"\n",