skrub.datasets.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.

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’]

Examples using skrub.datasets.fetch_ken_table_aliases#

Wikipedia embeddings to enrich the data

Wikipedia embeddings to enrich the data