Néstor Nápoles López

Results 20 comments of Néstor Nápoles López

Indeed, I've been using pandas all along during machine learning experiments. If useful, a pandas-exported collection of TSV files can be found [here](https://github.com/napulen/AugmentedNet/releases/download/v1.9.1/dataset.zip) These files have an excess of information...

My guess is that it has to do with the intermediate `Measure` objects that music21 adds to the representation. In many files I have parsed with `music21`, I remember I...

Yeah, currently the policy is to penalize large jumps. In practice, jumps are tricky. An augmented second is a relatively short leap (same as a minor third) but several harmony...

Hi @giamic, first of all, thank you for writing this `setup.py` and sorry for the delayed reply! I tried the setup and it unfortunately lead to some issues when trying...

Furthermore, the way I understand this pull request, the intention here is to provide a setup so that the repository can be installed remotely, perhaps as a dependency? Particularly, I'm...

I understand the idea of the least number of dependencies possible. With `tensorflow`, I have unfortunately ran into the situation of letting pip resolve the internal dependencies, succeeding to install,...

One of the unit tests of the repo is to require `black -l 79` formatting in all python sources. I took the liberty of committing this change. If you can...

Thanks for the reports, @MarkGotham! 1. Yes. It should be easy to postprocess some annotations (like the `viio7/i` -> `viio7` you suggested). There is one caveat, though. The way that...

I gave a quick look and they all seem to be okay. Still, the unit tests would be great.

Dear Arisa, The code looks good! I need to checkout the branch and run it locally to inspect it more closely. In the meantime, I have a request if you...