autonlab / fastlvm

Fast and scalable inference for various Latent Variable Models
MIT License
2 stars 1 forks source link

LDA: if no text columns do nothing #8

Closed d8w closed 5 years ago

d8w commented 5 years ago

Currently it throws an exception when the inputs contain no text columns. It should do nothing instead. https://github.com/autonlab/fastlvm/blob/2f7859ba5fdd73f03a413ed75de7af583e4b5522/fastlvm/utils.py#L118-L120