Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #317 from mozilla/fathom3
Browse files Browse the repository at this point in the history
Going to self R+ this as the review feedback was minor, and I did a manual check.
  • Loading branch information
biancadanforth authored Aug 21, 2019
2 parents 1e881c5 + 4bb737a commit 7c0aac6
Show file tree
Hide file tree
Showing 17 changed files with 182 additions and 295 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
src/extraction/fathom/vectors/runs/
.python-version
node_modules
web-ext-artifacts
build
Expand Down
195 changes: 44 additions & 151 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"autobind-decorator": "2.1.0",
"dinero.js": "1.4.0",
"fathom-web": "2.8.0",
"fathom-web": "3.0.0",
"lodash.maxby": "4.6.0",
"lodash.minby": "4.6.0",
"lodash.orderby": "4.6.0",
Expand Down
7 changes: 7 additions & 0 deletions src/extraction/fathom/biases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"biases": [
["image", -10.098737716674805],
["title", -1.6698588132858276],
["price", -7.09004545211792]
]
}
Loading

0 comments on commit 7c0aac6

Please sign in to comment.