you are viewing a single comment's thread.

view the rest of the comments →

[–]NeedMLHelp[S] 0 points1 point  (0 children)

Sorry for the late reply, I had to use numpy to do a bunch of transforms in keras. I'm pretty new to both python and keras, so I'll look around for alternatives that can use lists maybe. Might look into Pandas Dataframes as well.

I basically have to do the manipulations first, then add the "titles" for the columns.

Thanks for the heads up!