MCPcopy Create free account

hub / github.com/BIT-DataLab/LakeBench / functions

Functions1,080 in github.com/BIT-DataLab/LakeBench

↓ 153 callersMethodwrite
(self, message)
join&union/InfoGather/myLogger.py:37
↓ 135 callersMethodget
Get list of values associated with a key Returns empty list ([]) if `key` is not found
join/LSH/datasketch/storage.py:132
↓ 92 callersMethodupdate
Update this MinHash with a new value. The value will be hashed using the hash function specified by the `hashfunc` argument in the con
join/LSH/datasketch/minhash.py:123
↓ 67 callersMethodadd
Add a new item to the index. Parameters ---------- input_id : str The id that will identify the input it
union/D3L/d3l/indexing/lsh/lsh_index.py:337
↓ 67 callersMethodkeys
Return an iterator on keys in storage
join/LSH/datasketch/storage.py:127
↓ 55 callersFunctionunpickle_python_object
Load the Python object from the given path. Parameters ---------- object_path : str The path where the object is saved.
union/D3L/d3l/utils/functions.py:75
↓ 53 callersMethodkeys
(self)
union/D3L/d3l/indexing/lsh/lsh_index.py:124
↓ 36 callersMethodseed
(self)
union/D3L/d3l/indexing/lsh/lsh_index.py:120
↓ 34 callersMethodclose
(self)
join/LSH/datasketch/lsh.py:363
↓ 17 callersMethodadd
(self, grid, col)
join/Pexeso/inverted_index.py:8
↓ 17 callersFunctionpickle_python_object
Save the given Python object to the given path. Parameters ---------- obj : Any Any *picklable* Python object. object_pa
union/D3L/d3l/utils/functions.py:47
↓ 17 callersMethodread_table
Read the table data into a pandas DataFrame. Parameters ---------- table_name : str The table name.
union/D3L/d3l/input_output/dataloaders/__init__.py:87
↓ 16 callersMethodunion
Create a MinHash which is the union of the MinHash objects passed as arguments. Args: *mhs: The MinHash objects to be united. The
join/LSH/datasketch/minhash.py:270
↓ 15 callersMethodcount
Estimate the cardinality count based on the technique described in `this paper <http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=365694>`_.
join/LSH/datasketch/minhash.py:196
↓ 15 callersMethodtransform
Generate a collection of format descriptors denoting all the formats available in the input. Parameters ---------- in
union/D3L/d3l/indexing/feature_extraction/values/fd_transformer.py:105
↓ 14 callersMethodindex
给出一个集合的键、MinHashes和大小的索引。 Args: entries (`iterable` of `tuple`): 需要格式为 `(key, minhash, size)`, 其中key是一个集
join/LSH/datasketch/lshensemble.py:137
↓ 12 callersMethodinsert
Insert a key to the index, together with a MinHash (or weighted MinHash) of the set referenced by the key. :param st
join/LSH/datasketch/lsh.py:143
↓ 11 callersMethodremove
Remove `keys` from storage
join/LSH/datasketch/storage.py:148
↓ 11 callersMethodtable_query
Perform table-level top-k nearest neighbour search over the configured LSH backends. Note that this functions assumes that the table
union/D3L/d3l/querying/query_engine.py:169
↓ 10 callersFunctionis_numeric
Check if a given column contains only numeric values. Parameters ---------- values : Iterable[Any] A collection of values.
union/D3L/d3l/utils/functions.py:27
↓ 10 callersFunctionprocess_string
(input_string)
union/TUS/yago.py:5
↓ 10 callersMethodquery
Search for the nearest neighbours of the given query. Parameters ---------- query_id : Optional[str] The
union/D3L/d3l/indexing/lsh/lsh_index.py:389
↓ 9 callersFunctionpivot_based_mappings
(points, pivots)
join/Pexeso/Pivot_Metric.py:95
↓ 9 callersMethodpop
(self)
join/Joise/online/heap.py:22
↓ 8 callersFunctionbuild_hierarchical_grid
(n_dims, data, embs, n_layers, x_min, x_max, a)
join/Pexeso/Hierarchical_Grid.py:127
↓ 8 callersMethodcopy
:returns: datasketch.MinHash -- A copy of this MinHash by exporting its state.
join/LSH/datasketch/minhash.py:247
↓ 8 callersMethodredis_key
(self, key)
join/LSH/datasketch/storage.py:963
↓ 7 callersMethodcompute_personalized_page_ranks
(self)
join&union/InfoGather/page_ranks.py:133
↓ 7 callersMethodcount_partition
(self, data_sizes)
join/LSH/datasketch/lshensemble.py:128
↓ 7 callersMethodinitial_random_walks
(self)
join&union/InfoGather/page_ranks.py:100
↓ 7 callersMethodquery
Giving the MinHash of the query set, retrieve the keys that reference sets with Jaccard similarities likely greater than the
join/LSH/datasketch/lsh.py:183
↓ 7 callersFunctionu_nl
(a, b, model)
union/TUS/Unl.py:70
↓ 7 callersMethodunion
把另一lshensemble的值合并过来 Args: lshE 待加的lsh索引
union/D3L/d3l/indexing/lsh/lsh_index.py:375
↓ 7 callersMethodupdate_batch
Update this MinHash with new values. The values will be hashed using the hash function specified by the `hashfunc` argument in the con
join/LSH/datasketch/minhash.py:155
↓ 6 callersMethodget_tables_new
Retrieve all the table names existing under the given root. Parameters ---------- schema_name : Optional[str]
union/D3L/d3l/input_output/dataloaders/__init__.py:462
↓ 6 callersFunctionget_yagoTypes_from_tsv
()
union/TUS/yago.py:133
↓ 6 callersFunctionsave_dict_to_json
(data, path)
union/Santos/data_lake_processing_synthesized_kb.py:332
↓ 6 callersMethodselect
Select all values for the given keys. :param iterable[byte|str] keys: the keys :rtype: dict[byte|str,list[byte|s
join/LSH/datasketch/storage.py:647
↓ 6 callersFunctionu_set_or_sem
(type, a, b)
union/TUS/Uset.py:36
↓ 6 callersMethodunion
把另一lshensemble的值合并过来 Args: lshE 待加的lsh索引
join/LSH/datasketch/lshensemble.py:175
↓ 5 callersMethod__init__
Parameters ---------- dataloader : DataLoader A DataLoader object used to read the data. data_root : str
union/D3L/d3l/indexing/similarity_indexes/__init__.py:111
↓ 5 callersMethod_execute
Execute a list of statements and parameters NOT returning data. :param iterable[tuple] statements_and_parameters: list of st
join/LSH/datasketch/storage.py:484
↓ 5 callersMethodcompute_personalized_page_ranks
(self)
join&union/InfoGather/page_ranks.py:58
↓ 5 callersFunctionfill_zero
(data)
union/TUS/Usem.py:15
↓ 5 callersMethodinitial_random_walks
(self)
join&union/InfoGather/page_ranks.py:27
↓ 5 callersFunctionkthOverlap
(h, k)
join/Joise/online/heap.py:47
↓ 4 callersMethod_buffer
Buffer (and execute) statements and parameters NOT returning data. :param iterable[tuple] statements_and_parameters: list of
join/LSH/datasketch/storage.py:498
↓ 4 callersFunction_random_name
(length)
join/LSH/datasketch/storage.py:102
↓ 4 callersFunctionblock
(Cq, Cr, Pairs, tao)
join/Pexeso/block_and_verify.py:94
↓ 4 callersFunctionfind_outlier_pivots
:param data:数据集 :param k:需要选择的离群点数量 :param c:候选备胎 :return:
join/Pexeso/Pivot_Metric.py:28
↓ 4 callersFunctionfind_word2vec_of_one_column
(values, model)
union/TUS/Unl.py:72
↓ 4 callersMethodget_db_engine
This method creates a new SQLAlchemy engine useful to create database connections. Returns ------- sqlalchemy.engine
union/D3L/d3l/input_output/dataloaders/__init__.py:151
↓ 4 callersMethodhash
( self, values: Iterable, hashvalues: Optional[Iterable] = None )
union/D3L/d3l/indexing/hashing/hash_generators.py:72
↓ 4 callersMethodinitialize_ppr_vectors
(cls,dataset = "webtables")
join&union/InfoGather/page_ranks.py:75
↓ 4 callersMethodis_leaf
(self)
join/Pexeso/Hierarchical_Grid.py:21
↓ 4 callersMethodquery
Search for the nearest neighbours of the given query. Parameters ---------- query : str A string to sea
union/D3L/d3l/indexing/similarity_indexes/__init__.py:239
↓ 4 callersFunctionreadSetCost
(size)
join/Joise/online/cost.py:18
↓ 4 callersFunctionverify
(Pairs, I, tao, T, index_embs, query_embs, index_sets, match_map, mismatch_map, time_threshold)
join/Pexeso/block_and_verify.py:114
↓ 3 callersMethod_parse_config
(self, config)
join/LSH/datasketch/storage.py:966
↓ 3 callersMethod_select
Execute a list of statements and parameters returning data. :param iterable[tuple] statements_and_parameters: list of statem
join/LSH/datasketch/storage.py:460
↓ 3 callersMethod_verify
(self, table1, table2, threshold)
union/Tabert/hnsw_search.py:87
↓ 3 callersMethod_verify
(self, table1, table2, threshold)
union/Starmie/hnsw_search.py:87
↓ 3 callersMethod_verify
(self, table1, table2, threshold)
join/Deepjoin/hnsw_search.py:87
↓ 3 callersMethod_verify
(self, table1, table2, threshold)
join&union/Aurum/hnsw_search.py:87
↓ 3 callersMethodempty_buffer
(self)
join/LSH/datasketch/storage.py:175
↓ 3 callersFunctionget_candidate
(table_name, lsh, folder_path, topk, Aunion, model, type='Uset', threshold=0.7)
union/TUS/run_c_alignment.py:20
↓ 3 callersFunctionget_candidate
(table_name, lsh, folder_path, topk, Aunion, model, type='Uset', threshold=0.7)
union/TUS/main.py:17
↓ 3 callersMethodinfo
(self, message)
join&union/InfoGather/myLogger.py:43
↓ 3 callersMethodjaccard
Estimate the `Jaccard similarity`_ (resemblance) between the sets represented by this MinHash and the other. Args: other
join/LSH/datasketch/minhash.py:177
↓ 3 callersFunctionnextDistinctList
(tokens, gids, curr_list_index)
join/Joise/online/common.py:18
↓ 3 callersFunctionprefixLength
(querySize, kthOverlap)
join/Joise/online/josie_util.py:142
↓ 3 callersFunctionquery_lsh
(lsh, value, k=3)
union/TUS/Usem.py:100
↓ 3 callersFunctionreadListsBenenfitForCandidate
(ce, kthOverlap)
join/Joise/online/josie_util.py:148
↓ 3 callersFunctionread_att
(mytable_path)
join&union/Frt12/online_process/test1.py:123
↓ 3 callersFunctionshingles
Generate multi-word tokens delimited by punctuation. Parameters ---------- value : str The value to shingle.
union/D3L/d3l/utils/functions.py:8
↓ 3 callersMethodsize
Return size of storage with respect to number of keys
join/LSH/datasketch/storage.py:158
↓ 3 callersMethodsuffixLength
(self)
join/Joise/online/josie_util.py:65
↓ 3 callersFunctiontrain
(train_samples,dev_samples,model_save_path,model_name = 'all-mpnet-base-v2', train_batch_size = 16,n
join/Deepjoin/train.py:14
↓ 2 callersMethodBreadthFirstSearch
(self, top_type)
union/Santos/preprocess_yago.py:72
↓ 2 callersMethod__init__
Create a new generator of hash values. Parameters ---------- hash_size : int The size of the resulting h
union/D3L/d3l/indexing/hashing/hash_generators.py:24
↓ 2 callersMethod__init__
(self, connection_pool, response_callbacks, transaction, buffer_size, shard_hint=None)
join/LSH/datasketch/storage.py:889
↓ 2 callersMethod_cosine_sim
(self, vec1, vec2)
union/Tabert/hnsw_search.py:83
↓ 2 callersMethod_cosine_sim
(self, vec1, vec2)
union/Starmie/hnsw_search.py:83
↓ 2 callersMethod_cosine_sim
(self, vec1, vec2)
join/Deepjoin/hnsw_search.py:83
↓ 2 callersMethod_cosine_sim
(self, vec1, vec2)
join&union/Aurum/hnsw_search.py:83
↓ 2 callersMethod_get_hash
Reconstruct the hash back from the index keys. This should be used only if the index keys originate from hash hashcode. Para
union/D3L/d3l/indexing/lsh/lsh_index.py:268
↓ 2 callersMethod_get_items
(r, k)
join/LSH/datasketch/storage.py:1021
↓ 2 callersMethod_get_lsh_keys
Transform a given hashcode into a collection of index keys. Parameters ---------- input_hash : List[int]
union/D3L/d3l/indexing/lsh/lsh_index.py:247
↓ 2 callersMethod_init_hashvalues
(self, num_perm)
join/LSH/datasketch/minhash.py:108
↓ 2 callersMethod_insert
(self, r, key, *values)
join/LSH/datasketch/storage.py:1045
↓ 2 callersMethod_insert
(self, key, minhash, check_duplication=True, buffer=False)
join/LSH/datasketch/lsh.py:169
↓ 2 callersFunction_optimal_param
(threshold, num_perm, max_r, xq, false_positive_weight, false_negative_weight)
join/LSH/datasketch/lshensemble.py:30
↓ 2 callersFunctionaddPair
(Pairs, q, q_id, q_emb, grid, addType)
join/Pexeso/block_and_verify.py:28
↓ 2 callersMethodadd_to_select_buffer
Query keys and add them to internal buffer
join/LSH/datasketch/storage.py:178
↓ 2 callersFunctionalignment
(query, candiate, type = 'cal')
union/TUS/main.py:72
↓ 2 callersFunctionall_schema
(fnames, can_label_second_column, query_label_second_column, can_entity_list, query_entity, qu
join&union/Frt12/online_process/all_schema_com10.py:165
↓ 2 callersFunctionall_schema
(fnames, can_label_second_column, query_label_second_column, can_entity_list, query_entity, qu
join&union/Frt12/online_process/t2_paral.py:165
↓ 2 callersFunctionall_schema
(fnames, can_label_second_column, query_label_second_column, can_entity_list, query_entity, qu
join&union/Frt12/online_process/all_schema_com25.py:165
↓ 2 callersFunctionall_schema
(fnames, can_label_second_column, query_label_second_column, can_entity_list, query_entity, qu
join&union/Frt12/online_process/all_schema_com30.py:165
↓ 2 callersFunctionall_schema
(fnames, can_label_second_column, query_label_second_column, can_entity_list, query_entity, qu
join&union/Frt12/online_process/all_schema_com5.py:165
next →1–100 of 1,080, ranked by callers