Page MenuHomePhabricator
Paste P8030

"revscoring extract articlequality.feature_lists.enwiki.wp10" failing
ActivePublic

Authored by hoo on Jan 23 2019, 9:55 PM.
(3.5) hoo@stat1007:~/articlequality$ make datasets/enwiki.labeling_revisions.w_cache.nettrom_30k.json
cat datasets/enwiki.labeling_revisions.nettrom_30k.json | \
revscoring extract \
articlequality.feature_lists.enwiki.wp10 \
--host https://en.wikipedia.org \
--verbose > datasets/enwiki.labeling_revisions.w_cache.nettrom_30k.json
/srv/home/hoo/venv/3.5/lib/python3.5/site-packages/sklearn/cross_validation.py:41: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
"This module will be removed in 0.20.", DeprecationWarning)
0%| | 0/32459 [00:00<?, ?it/s]Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.5/multiprocessing/pool.py", line 429, in _handle_results
task = get()
File "/usr/lib/python3.5/multiprocessing/connection.py", line 251, in recv
return ForkingPickler.loads(buf.getbuffer())
TypeError: __init__() missing 2 required positional arguments: 'info' and 'content'

Event Timeline