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.
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)