giovana morais

Results 8 issues of giovana morais

**Steps to reproduce:** Running ``` gtzan = mirdata.initialize("gtzan_genre", version="default") gtzan.download() ``` should return this ``` INFO: Downloading ['all', 'tempo_beat_annotations'] to /Users/gv2167/mir_datasets/gtzan_genre INFO: [all] downloading genres.tar.gz ERROR: mirdata failed to download...

broken link
priority

This PR adds Portuguese (pt-br) translation. I left the [WIP] because I want to give it a second review tomorrow and maybe ask for a friend to review it too....

i left some translations with the `type="unfinished"` tag because i'm not 100% sure of the translated sentence, so if anyone has any input, it would be appreciated!

enhancement
contains patch

hello, there! the PyLadies Brasil group is thinking about starting a Brazilian Portuguese translation of the cheatsheets and I wonder if there are specific guidelines for translations, i.e. where to...

hello, there! I was exploring the [basic ranking tutorial](https://www.tensorflow.org/recommenders/examples/basic_ranking) and it seems that, for a fixed set of items, the ranking values vary very little when comparing different users and...

* fix SVR acronym (hockman2012one paper) * remove trailing whitespace (tbh, this one vim did automatically for me hehe) * fix README instructions (`rhythm_tutorial` folder is actually only `tutorial`)

Hi all! I tried to use mirdata with Python 3.10+ and jams was throwing an error regarding `np.float_`, so this PR changes that whenever it is necessary. After doing the...

hello, everyone! it seems that is a compatibility issue with numpy 2.0. > AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead. the error was raised when...