machine_learning_examples
machine_learning_examples copied to clipboard
CVS file error/mismatch?
Should the linear_regression_class/moore.csv be replaced with tf2.0/moore.csv?
The linear_regression_class/moore.py file gives an error with python 3.8.10:
x = int(non_decmial.sub("", r[2].split("[")[0]))
IndexError: list index out of range
OR perhaps correcting this(Illegal quoting in line 88)?
