Changelog for dataframe-hasktorch-0.1.0.1
Revision history for dataframe-hasktorch
0.1.0.1
- Export
toIntTensor
function that converts a dataframe to an Int tensor. toTensor
now does automatic type conversion.Nothing
is turned intoNaN
and other numeric types are changed toFloat
(be careful of precision errors).
0.1.0.0
- Export
toTensor
function that converts a dataframe to a tensor.