MCPcopy Create free account
hub / github.com/catboost/catboost / msrank

Function msrank

catboost/python-package/catboost/datasets.py:158–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156
157
158def msrank():
159 url = 'https://storage.mds.yandex.net/get-devtools-opensource/233854/msrank.tar.gz'
160 md5 = '34fee225d02419adc106581f4eb36f2e'
161 dataset_name, train_file, test_file = 'msrank', 'train.tsv', 'test.tsv'
162 return _load_dataset_pd(url, md5, dataset_name, train_file, test_file, header=None, sep='\t', cache=True)
163
164
165def msrank_10k():

Callers

nothing calls this directly

Calls 1

_load_dataset_pdFunction · 0.85

Tested by

no test coverage detected