Rui Pires

Results 2 comments of Rui Pires

also tried to force the dimension to be integer, but now get many weird errors: training_data = pd.read_csv('training_data.data', dtype={"diameter": np.int32}) header = training_data.columns The training_data.data is now: "color","diameter","label" 'Green',3,'Apple' 'Yellow',3,Apple'...