phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

New subsampling #200

Closed josecarlosgomezt closed 3 years ago

josecarlosgomezt commented 3 years ago

New techniques for subsampling. Implemented from imbalanced-learn library.

pep8speaks commented 3 years ago

Hello @josecarlosgomezt! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 91:80: E501 line too long (89 > 79 characters)

Line 89:1: E302 expected 2 blank lines, found 1 Line 102:1: E302 expected 2 blank lines, found 1 Line 129:1: E302 expected 2 blank lines, found 1 Line 161:33: E128 continuation line under-indented for visual indent Line 162:33: E122 continuation line missing indentation or outdented