fetch_ken_table_aliases#
- skrub.datasets.fetch_ken_table_aliases()[source]#
Get the supported aliases of embedded KEN entities tables.
These aliases can be using in subsequent functions (see section See Also).
- Returns:
- set of
str
The aliases of the embedded entities tables.
- set of
See also
fetch_ken_types
Helper function to search for entity types.
fetch_ken_embeddings
Download Wikipedia embeddings by type.
Notes
Requires an Internet connection to work.
Examples
Let’s see what are the current KEN subtables available for download: >>> sorted(fetch_ken_table_aliases()) [‘albums’, ‘all_entities’, ‘companies’, ‘games’, ‘movies’, ‘schools’]
Gallery examples#
Wikipedia embeddings to enrich the data
Wikipedia embeddings to enrich the data