Kanaries / Rath

Next generation of automated data exploratory analysis and visualization platform.
https://kanaries.net
GNU Affero General Public License v3.0
4.29k stars 335 forks source link

[feat] 考虑字段的semantic 与 analyticType 都可以作为近邻的相似度评分 #210

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 2 years ago

jojocys, last week (November 19th, 2022 4:38 PM)

https://github.com/Kanaries/Rath/blob/fe41774375c795ea0335014cc8577d8e5c372691/packages/rath-client/src/workers/loa/service.ts#L86


                    score2: totalScore,
                });
            }
            // TODO: [feat] 考虑字段的semantic 与 analyticType 都可以作为近邻的相似度评分
            // jojocys, last week   (November 19th, 2022 4:38 PM) 
            fieldsWithScore.sort((a, b) => {
                if (b.score1 > a.score1) return 1;
                if (b.score1 < a.score1) return -1;
github-actions[bot] commented 1 year ago

Closed in 7b8d7512026da6dba3f25a728835723a84a38e25