feat: add two-step skills-graph job matching experiment#21
Open
Hamz-Horizon wants to merge 1 commit into
Open
Conversation
Introduced a new job matching experiment that utilizes a two-step ranking approach based on skill taxonomy graphs. The implementation includes: - Exact match ranking based on label overlap (exact_match.py). - Graph-based ranking using Dijkstra's algorithm for remaining jobs (graph_dijkstra.py). - A final ranker that combines both methods (final.py). - CLI for running the final ranker for individual users (main.py). - Dashboard generation for visualizing job recommendations (dashboard/run_njila_dashboard.py). - Data paths and requirements for the new system are defined in paths.py and requirements.txt, respectively. - Added a README.md for documentation on usage and structure.
rav3n11
requested changes
Jul 15, 2026
Contributor
There was a problem hiding this comment.
We shouldnt have json like this in the repo. Not only is this live user data (anonymized as it may be), its also a large file that does not belong on VC. Especially not on a public repo. We should remove it.
Contributor
There was a problem hiding this comment.
we should not commit a 52mb json file to the repo. If its absolurely critical to have large files we should use git lfs but in this case I think we ought to just avoid commiting this altogether.
Contributor
|
quick question @Hamz-Horizon, I see no wiring to make this experiment into an accessible fastapi route. Is this meant to be tested alongside the other experiments or is this just a proof of concept |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduced a new job matching experiment that utilizes a two-step ranking approach based on skill taxonomy graphs. The implementation includes:
Test Results
SHP MATCHING ALGORITHM — FULL TEST SUITE
[1/7] Lint Check .................................. PASS
[2/7] Format Check ................................ PASS
[3/7] Data Validation Check ....................... PASS
[4/7] Data Schema Check ........................... PASS
[5/7] Smoke Check ................................. PASS
[6/7] Job Dict Mapping Check ...................... PASS
[7/7] ML Logic Check .............................. PASS
==================================================
ALL CHECKS PASSED (7/7)