I\'m still new to Python, Machine Learning and TensorFlow, but doing my best to jump right in head-first. I could use some help though.
My data is currently in a Pan
hottbox.pdtools.utils (the Pandas integration tools of the HOTTBOX API) provides the functions
pd_to_tensor(df[, keep_index]) tensor_to_pd(tensor[, col_name])
for conversion in both directions.