Advertisement
winxp5421

Untitled

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