Card Similarity

# Name Text
1
2
3
4
5


Methodology

Technical description for mtg-similarity-1.0

Overview

We use google's universal sentence encoder to create an embedding for the provided text. We then compute the cosine simliarity between this embedding and the embeddings for all effects currently in print, and return the top 5 closest embeddings.


Data Source

We used the AllCards dataset available from mtgjson.com


Data Wrangling

Data is the same as for mtg-colors.


Model Training

Training is the same as for mtg-colors.