-
Updated
Aug 5, 2019 - TeX
music-information-retrieval
Here are 217 public repositories matching this topic...
-
Updated
Feb 21, 2020 - Jupyter Notebook
-
Updated
Oct 10, 2018 - Jupyter Notebook
https://www.python.org/dev/peps/pep-0257/ lists some conventions how dostrings should be formatted. Most of the docstrings are compatible already, some are not.
Some are descriptive which violate the rule that a docstring should prescribe the function or method's effect as a command "Do this", "Return that", instead of "Returns the pathname ...".
sklearn issued warning message for passing attributes to check_is_fitted as follows:
FutureWarning: Passing attributes to check_is_fitted is deprecated and will be removed in 0.23. The attributes argument is ignored.
"argument is ignored.", FutureWarning)
The sklearn version that issued this warning: 0.22
Ways to reproduce:
- Use the package version above
- Run f0 estimatio
-
Updated
Feb 29, 2020 - C++
-
Updated
Feb 18, 2020 - Python
-
Updated
Jul 13, 2018 - Python
-
Updated
Sep 7, 2019 - Python
-
Updated
Jan 6, 2020 - Python
-
Updated
Mar 28, 2018 - Python
-
Updated
Dec 18, 2019 - R
-
Updated
Nov 20, 2019 - Python
-
Updated
May 10, 2019 - Jupyter Notebook
-
Updated
Apr 26, 2018 - Python
-
Updated
Nov 25, 2019 - TeX
-
Updated
Sep 27, 2018 - Python
-
Updated
May 3, 2017 - Python
-
Updated
Jan 1, 2018 - Jupyter Notebook
-
Updated
Jun 11, 2019 - Jupyter Notebook
-
Updated
Mar 19, 2020 - C++
-
Updated
Jan 28, 2020 - Python
-
Updated
Nov 20, 2017 - Jupyter Notebook
-
Updated
Sep 8, 2018 - Python
-
Updated
Feb 10, 2020 - Python
-
Updated
Dec 4, 2017 - C++
Improve this page
Add a description, image, and links to the music-information-retrieval topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the music-information-retrieval topic, visit your repo's landing page and select "manage topics."


Fix DOC strings for