Skip to content

Commit

Permalink
Merge pull request #20 from rlskoeser/lenskit-updates
Browse files Browse the repository at this point in the history
Update lenskit predictions notebook and add to CI
  • Loading branch information
rlskoeser authored May 6, 2024
2 parents 9d43055 + 436e710 commit 45a8d29
Show file tree
Hide file tree
Showing 6 changed files with 1,433 additions and 1,468 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
run: treon missing_data/BorrowingCapacity.ipynb missing_data/MissingBorrowingActivity.ipynb missing_data/MissingBooks.ipynb missing_data/MissingMembers.ipynb missing_data/MissingMembershipActivities.ipynb missing_data/BookcatalogBooksEstimate.ipynb

- name: Run treon to check selected speculative_reading notebooks
run: treon speculative_reading/HemingwayBorrowing.ipynb speculative_reading/PartialBorrowers.ipynb
run: treon speculative_reading/HemingwayBorrowing.ipynb speculative_reading/PartialBorrowers.ipynb speculative_reading/CombineRecommendations.ipynb speculative_reading/LenskitRecommendations.ipynb

4 changes: 4 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ipywidgets==8.1.2
isoduration==20.11.0
jedi==0.19.1
Jinja2==3.1.2
joblib==1.4.2
json5==0.9.24
jsonpointer==2.4
jsonschema==4.21.1
Expand Down Expand Up @@ -101,6 +102,7 @@ parso==0.8.4
pexpect==4.9.0
pillow==10.3.0
platformdirs==4.2.0
plotly==5.22.0
pluggy==1.5.0
portpicker==1.5.2
powerlaw==1.5
Expand Down Expand Up @@ -132,6 +134,7 @@ requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rpds-py==0.18.0
scikit-learn==1.4.2
scipy==1.13.0
seaborn==0.11.0
seedbank==0.1.3
Expand All @@ -145,6 +148,7 @@ stack-data==0.6.3
stanio==0.5.0
tenacity==8.2.3
terminado==0.18.1
threadpoolctl==3.5.0
tinycss2==1.2.1
tomli==2.0.1
toolz==0.12.0
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ seaborn
great-tables
# we used an unreleased version of copia with label options for plots
git+https://github.com/mikekestemont/copia@3e57da4
matplotlib==3.7
matplotlib==3.7
scikit-learn
lenskit
Loading

0 comments on commit 45a8d29

Please sign in to comment.