Skip to content

Commit

Permalink
Added Linear and Logistic Regression micro projects
Browse files Browse the repository at this point in the history
Also added to readme list
  • Loading branch information
sajal2692 committed Oct 13, 2016
1 parent e32d390 commit 7acab1b
Show file tree
Hide file tree
Showing 8 changed files with 1,984 additions and 2,985 deletions.
1,209 changes: 191 additions & 1,018 deletions .ipynb_checkpoints/911 Calls - Exploratory Analysis-checkpoint.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"___\n",
"# Logistic Regression with Scikit-learn\n",
"\n",
"<a href='http://www.pieriandata.com'> <img src='../Pierian_Data_Logo.png' /></a>\n",
"___\n",
"# Logistic Regression Project \n",
"Second in the ML micro-project series, in this project we will be working with a fake advertising data set, indicating whether or not a particular internet user clicked on an Advertisement. \n",
"\n",
"In this project we will be working with a fake advertising data set, indicating whether or not a particular internet user clicked on an Advertisement. We will try to create a model that will predict whether or not they will click on an ad based off the features of that user.\n",
"We will create a logistic regression model that will predict whether or not a user will click on an ad, based on his/her features. As this is a binary classification problem, logis\n",
"\n",
"This data set contains the following features:\n",
"\n",
Expand Down
266 changes: 7 additions & 259 deletions 911 Calls - Exploratory Analysis.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 7acab1b

Please sign in to comment.