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

Commit

Permalink
Merge pull request #3 from Daluxolo99/DLXL
Browse files Browse the repository at this point in the history
latest New change
  • Loading branch information
DLXL99 authored Nov 10, 2023
2 parents f3ac800 + ffa4a3d commit e323a90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,9 @@
"lasso.fit(X_train, y_train)\n",
"intercept = float(lasso.intercept_)\n",
"coeff = pd.DataFrame(lasso.coef_, X.columns, columns=['Coefficient'])\n",
"coeff"
"coeff\n",
"\n",
"#KJDVSDJHDJHDS"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,9 @@
"lasso.fit(X_train, y_train)\n",
"intercept = float(lasso.intercept_)\n",
"coeff = pd.DataFrame(lasso.coef_, X.columns, columns=['Coefficient'])\n",
"coeff"
"coeff\n",
"\n",
"#KJDVSDJHDJHDS"
]
},
{
Expand Down

0 comments on commit e323a90

Please sign in to comment.