Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit ffa4a3d

Browse files
committed
New change
yes
1 parent da181f2 commit ffa4a3d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Advanced_Regression/Advanced-Regression-Starter-Data/.ipynb_checkpoints/starter-notebook-checkpoint.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,9 @@
15821582
"lasso.fit(X_train, y_train)\n",
15831583
"intercept = float(lasso.intercept_)\n",
15841584
"coeff = pd.DataFrame(lasso.coef_, X.columns, columns=['Coefficient'])\n",
1585-
"coeff"
1585+
"coeff\n",
1586+
"\n",
1587+
"#KJDVSDJHDJHDS"
15861588
]
15871589
},
15881590
{

Advanced_Regression/Advanced-Regression-Starter-Data/starter-notebook.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,9 @@
15821582
"lasso.fit(X_train, y_train)\n",
15831583
"intercept = float(lasso.intercept_)\n",
15841584
"coeff = pd.DataFrame(lasso.coef_, X.columns, columns=['Coefficient'])\n",
1585-
"coeff"
1585+
"coeff\n",
1586+
"\n",
1587+
"#KJDVSDJHDJHDS"
15861588
]
15871589
},
15881590
{

0 commit comments

Comments
 (0)