-
vagrant@precise64:/vagrant/dragnet-1.1.0$ make test
nosetests --exe --cover-package=dragnet --with-coverage --cover-branches -v --cover-erase
make: nosetests: Command not found
make: *** [nose] Err…
gvola updated
6 years ago
-
Given the huge number of changes to `dragnet` since the last release (v1.1, Jan '17), are there near-term plans to publish a new release on PyPi? I see that the failing test got removed, but don't kno…
-
Hi, I've successfully installed dragnet on Python 2 as mentioned in the README, but when I try to run the demo snippet I get this error:
```
Traceback (most recent call last):
File "/home/ibrah…
-
ubuntu 14.04;
error:
Traceback (most recent call last):
File "", line 1, in
File "dragnet/**init**.py", line 11, in
from .models import content_extractor, content_comments_extractor
File "…
-
Posting slides to: [Week 3 Updates](https://docs.google.com/presentation/d/1oHvoyg4f_30YHd53dSvAT2cjzD0RZ2EaN9PcL1zE7vk/edit?usp=sharing)
-
I am trying to train same ExtraTreeClassifier using same dragnet_dataset, but i am getting very small sized model pickle file and prediction accuracy is also very poor as compare to the existing model…
-
I've been looking into the test that's [failing in travis](https://travis-ci.org/seomoz/dragnet/builds/339212413), which is in the `test_lxml_error` on line 51 in `test_kohlschuetter.py` where it asse…
-
python3.6/site-packages/sklearn/base.py:315: UserWarning: Trying to unpickle estimator ExtraTreeClassifier from version 0.18.1 when using version 0.18.2. This might lead to breaking code or invalid re…
-
Is it possible to keep line breaker in the extracted content?
-
Hello,
I'm new to python.
I cannot install Dragnet on Windows 7 due to an error with mozsci !
Any help possible ? Thanks
_Installing collected packages: scikit-learn, mozsci
Found existing in…
gvola updated
6 years ago