Baselight

Text Similarity

Natural Language Processing on Stock data

@kaggle.rishisankineni_text_similarity

Test
@kaggle.rishisankineni_text_similarity.test

  • 24.27 KB
  • 516 rows
  • 4 columns
test_id

Test Id

description_x

Description X

description_y

Description Y

same_security

Same Security

semtech corpsemtech corporation
1vanguard mid cap indexvanguard midcap index - a
2spdr gold trust gold sharesspdr gold trust spdr gold shares
3vanguard total bond index admvanguard total bond market index
4oakmark international fund class ioakmark international cl i
5pfizer inc div: 1.200pfizer inc com
6spartan global ex us index fid adv clsptn glb xus idx adv
7vanguard total bond market idx-admvanguard total bond market index fund investor shares
8banco latinoamericano de exportacio class e com stk npvbanco latinoamericano come-e
9baidu inc fadr 1 adr reps 0.1 ord shsbaidu inc spons ads repr 0.10 ord cls a us0.00005

CREATE TABLE test (
  "test_id" BIGINT,
  "description_x" VARCHAR,
  "description_y" VARCHAR,
  "same_security" VARCHAR
);

Share link

Anyone who has the link will be able to view this.