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

Function amazon

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

Source from the content-addressed store, hash-verified

149
150
151def amazon():
152 url = 'https://storage.mds.yandex.net/get-devtools-opensource/250854/amazon.tar.gz'
153 md5 = '8fe3eec12bfd9c4c532b24a181d0aa2c'
154 dataset_name, train_file, test_file = 'amazon', 'train.csv', 'test.csv'
155 return _load_dataset_pd(url, md5, dataset_name, train_file, test_file)
156
157
158def msrank():

Callers

nothing calls this directly

Calls 1

_load_dataset_pdFunction · 0.85

Tested by

no test coverage detected