Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Semsimian object with concerned predicates only. #631

Merged
merged 44 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cd5f78f
Create Semsimian object with concerned predicates only.
hrshdhgd Aug 7, 2023
55541d8
poetry dependency versions fixed
hrshdhgd Aug 7, 2023
a919cff
Added term_pairwise_similarity_attributes
hrshdhgd Aug 7, 2023
4b758e3
formatted and added gilda as test depend. for tox
hrshdhgd Aug 7, 2023
7eb968e
removed tight pinning.
hrshdhgd Aug 7, 2023
a24a7af
lock file updted
hrshdhgd Aug 7, 2023
bd142b2
simplified logic
hrshdhgd Aug 7, 2023
01d5593
simplified logic
hrshdhgd Aug 7, 2023
3cb0f09
Set up caching
hrshdhgd Aug 7, 2023
faf6763
formatted
hrshdhgd Aug 7, 2023
3700228
addressed if slug is a path
hrshdhgd Aug 7, 2023
f979c9a
formatted
hrshdhgd Aug 7, 2023
147b680
Merge branch 'main' into semsim-obj-create
hrshdhgd Aug 7, 2023
0893574
potential windows gh action error fix
hrshdhgd Aug 7, 2023
2edc989
random space added
hrshdhgd Aug 8, 2023
a453a23
removed
hrshdhgd Aug 8, 2023
fc23b4b
Merge branch 'main' into semsim-obj-create
hrshdhgd Aug 8, 2023
b7ea3ab
Fixes #633
hrshdhgd Aug 8, 2023
f2ff3b0
formatted
hrshdhgd Aug 8, 2023
24b3294
Added in memory cache for Semsimian object(s)
hrshdhgd Aug 9, 2023
903b816
formatted and added test
hrshdhgd Aug 9, 2023
cf69712
updating semsimian to release candidate 0.2.0-rc1
hrshdhgd Aug 9, 2023
37dac2b
Added temp flag `--score-only` and termset_pairwise_similarity_temp
hrshdhgd Aug 9, 2023
6004083
formatted
hrshdhgd Aug 9, 2023
ac264d7
refactored
hrshdhgd Aug 9, 2023
6c79880
bumped semsimian dependency to rc2
hrshdhgd Aug 9, 2023
682cc85
docstring edited
hrshdhgd Aug 9, 2023
8328bc9
notebook added
hrshdhgd Aug 10, 2023
1edb604
full termset pairwise similarity returned now!
hrshdhgd Aug 12, 2023
cd7a817
quicker semsim!
hrshdhgd Aug 12, 2023
ede0348
Added additional Windows check
hrshdhgd Aug 12, 2023
c8bee7f
testing QC
hrshdhgd Aug 12, 2023
fbf4969
trying latest poetry version as exprmnt
hrshdhgd Aug 12, 2023
3c8c746
rolled back
hrshdhgd Aug 12, 2023
3cd05df
removing os constraint for testing
hrshdhgd Aug 12, 2023
129d87d
testing windows in semsimian implementation
hrshdhgd Aug 12, 2023
c0c11c2
undo windows addition and update pip in gh
hrshdhgd Aug 14, 2023
bcc691a
removed unnecessary import
hrshdhgd Aug 14, 2023
b1c9c86
semsimian updated
hrshdhgd Aug 15, 2023
2cc38cf
removed commented code & added warning for labels
hrshdhgd Aug 15, 2023
45a4fe9
removed Windows path fix here because rust handles it
hrshdhgd Aug 15, 2023
9d675f3
undid commenting
hrshdhgd Aug 15, 2023
dd3d704
Skip Semsimian tests on windows for now
caufieldjh Aug 18, 2023
ed804dd
Lintin
caufieldjh Aug 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
# install & configure poetry
#----------------------------------------------
- name: Install Poetry
run: pip install poetry
run: |
pip install --upgrade pip
pip install poetry
# uses: snok/install-poetry@v1.3.3
# with:
# virtualenvs-create: true
Expand Down
1,468 changes: 1,468 additions & 0 deletions notebooks/Semsimian/oak-semsimian-timing.ipynb

Large diffs are not rendered by default.

Loading