Some removals
Author: ghostCreated Feb 23, 2019Updated Feb 23, 2019
regex not needed for defining x
x = int(r[2].split('[')[0]) y = int(non_decimal.sub('', r[1].split('[')[0]))
Source: lazyprogrammer/machine_learning_examples
regex not needed for defining x
x = int(r[2].split('[')[0]) y = int(non_decimal.sub('', r[1].split('[')[0]))
Source: lazyprogrammer/machine_learning_examples