Bo Wang
Bo Wang
Thanks for the great library @sbebo !! I am struggling a little bit on dynamically creating subplot using joypy: ``` import joypy import pandas as pd from matplotlib import cm...
Thanks for providing the pretrained embedding models! I know it's been a while since you have exported these models. Can I please ask if the provided Fasttext models contain subwords...
I am not using MIMIC-III or eicu data, and since this pipeline should e applicable to other EHR data sets, I am using it for in-house EHR data. No matter...
I have 32 samples and it seems feature-selector doesn't allow small data. I have edited `line 295` in `feature_selector.py` but still getting the same error. ``` if task == 'classification':...
I have used the command below with existing english dict and pretrained model: `bin/mfa_align /Users/Tools/montreal-forced-aligner/data /Users/Tools/montreal-forced-aligner/english.dict english /Users/Tools/montreal-forced-aligner/output` In the `data` folder, there is `test.wav` and `test.lab` which contains the...
The [link](https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/branches/ppf) to download the post-processing framework, shown on https://cmusphinx.github.io/wiki/postpframework/, is not found any more. A updated link would be great, as such postprocessing function would be useful. Thanks.
Hi! Thanks for open-sourcing the code and your models! It's very useful! I want to automatically replace the found dates (in the notes) with shifted dates (e.g. by 1 day)....