jaberg / skdata

Data sets for machine learning in Python
http://jaberg.github.com/skdata/
474 stars 147 forks source link

Implementation of the _classification_task methods. #44

Closed giovanichiachia closed 11 years ago

giovanichiachia commented 12 years ago

Let me know if I did it properly.

Giovani

npinto commented 12 years ago

% pep8 pubfig83.py                                                                                                                                                                                                       (master⚡)
pubfig83.py:11:80: E501 line too long (82 characters)
pubfig83.py:44:1: E302 expected 2 blank lines, found 1
pubfig83.py:192:1: W293 blank line contains whitespace
pubfig83.py:207:50: W291 trailing whitespace
pubfig83.py:209:68: E225 missing whitespace around operator
pubfig83.py:209:84: E261 at least two spaces before inline comment

autopep8 -i pubfig83.py fixes most of them.

npinto commented 12 years ago
% pyflakes pubfig83.py
pubfig83.py:188: local variable 'meta' is assigned to but never used
pubfig83.py:192: local variable 'classification_splits' is assigned to but never used