dc-ml-emea-ar/core/auz_nz
Blade He ff2325c72d 1. fix issue for assign values based on production name
2. optimize instructions for extract non-necessary data by Cost of Product message
2025-03-26 18:58:45 -05:00
..
hybrid_solution_script.py 1. fix issue for assign values based on production name 2025-03-26 18:58:45 -05:00
readme.md migrate name mapping algorithm from Ravi 2025-01-21 16:55:08 -06:00
string_similarity.py migrate name mapping algorithm from Ravi 2025-01-21 16:55:08 -06:00

readme.md

Hybrid Solution Files Description

There are the 3 files that will be used to perform Fund Matching Task.

  • abbreviation_records.json: JSON files with abbreviations.

  • string_similarity.py: Written logics to match the strings using Cosine, Levenshtien and Jaccard.

  • hybrid_solution_script.py: Code for pre-processing and Hybrid solution model. 'final_function_to_match' is the function to use to get fund mapping.