fetch_ken_table_aliases#
- skrub.datasets.fetch_ken_table_aliases()[source]#
- Get the supported aliases of embedded KEN entities tables. - Deprecated since version 0.7.0: Ken embeddings are deprecated and will be removed in the next release, therefore this function is also deprecated. - 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']