Changelog for dataframe-hasktorch-0.1.0.2
Revision history for dataframe-hasktorch
0.1.0.2
- Add unbox constraint to
flattenFeatures.
0.1.0.1
- Export
toIntTensorfunction that converts a dataframe to an Int tensor. toTensornow does automatic type conversion.Nothingis turned intoNaNand other numeric types are changed toFloat(be careful of precision errors).
0.1.0.0
- Export
toTensorfunction that converts a dataframe to a tensor.