Skip to content

Commit

Permalink
Working linear model with 18 features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Landamore committed Nov 27, 2020
1 parent 0278000 commit 75b12ae
Show file tree
Hide file tree
Showing 4 changed files with 2,279 additions and 77 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ data/*
!data/.keep
.env
star-project-key.json
*.egg-info/
eggs/
.eggs/
*.egg
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
graft 5-star
graft fivestar
global-exclude *.py[cod] __pycache__ *.so *.ipynb
recursive-exclude 5-star/jupy *
recursive-exclude fivestar/jupy *
2 changes: 1 addition & 1 deletion notebooks/ed-exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 51,
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 75b12ae

Please sign in to comment.