Ryan Guest
Results
2
issues of
Ryan Guest
When running the example I get: `TypeError: __init__() got an unexpected keyword argument 'shape' ` Easily fixed by changing: `dense_shape=[df[k].size, 1]) ` to `shape=[df[k].size, 1])`