machine_learning_examples icon indicating copy to clipboard operation
machine_learning_examples copied to clipboard

CVS file error/mismatch?

Open rohit-kumar-j opened this issue 3 years ago • 0 comments

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)? image

rohit-kumar-j avatar Sep 03 '22 19:09 rohit-kumar-j