Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- winxp5421@Scraper:~/dump-scraper$ python classify.py
- Dump Scraper - Classify dump files
- Copyright (C) 2015 FabbricaBinaria - Davide Tampellini
- ===============================================================================
- Dump Scraper is Free Software, distributed under the terms of the GNU General
- Public License version 3 or, at your option, any later version.
- This program comes with ABSOLUTELY NO WARRANTY as per sections 15 & 16 of the
- license. See http://www.gnu.org/licenses/gpl-3.0.html for details.
- ===============================================================================
- Traceback (most recent call last):
- File "classify.py", line 43, in <module>
- clf.fit(training, target)
- File "/usr/local/lib/python2.7/dist-packages/sklearn/neighbors/base.py", line 625, in fit
- X, y = check_arrays(X, y, sparse_format="csr")
- File "/usr/local/lib/python2.7/dist-packages/sklearn/utils/validation.py", line 283, in check_arrays
- _assert_all_finite(array)
- File "/usr/local/lib/python2.7/dist-packages/sklearn/utils/validation.py", line 43, in _assert_all_finite
- " or a value too large for %r." % X.dtype)
- ValueError: Input contains NaN, infinity or a value too large for dtype('float64').
- winxp5421@Scraper:~/dump-scraper$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement