()
| 149 | |
| 150 | |
| 151 | def 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 | |
| 158 | def msrank(): |
nothing calls this directly
no test coverage detected