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

Function imdb

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

Source from the content-addressed store, hash-verified

190
191
192def imdb():
193 url = 'https://catboost-opensource.s3.yandex.net/imdb.tar.gz'
194 md5 = '0fd62578d631ac3d71a71c3e6ced6f8b'
195 dataset_name, train_file, test_file = 'imdb', 'learn.tsv', 'test.tsv'
196 return _load_dataset_pd(url, md5, dataset_name, train_file, test_file, sep='\t')
197
198
199def epsilon():

Callers

nothing calls this directly

Calls 1

_load_dataset_pdFunction · 0.85

Tested by

no test coverage detected