Ryan Alcantara

Results 2 issues of Ryan Alcantara

I noticed that `cycles.detect_cycles()` loops through each frame of `ts.data` to determine which frames exceed the defined threshold. Avoiding loops would improve efficiency, especially if users have timeseries data with...

enhancement

If printing features of varying lengths, especially when ngram > 1, print_topics output was difficult to interpret. Now adjusts topic width to fit longest feature in that topic.