34j
34j
Closes #498 - napoleon: very useful to have, since many data science libraries use numpy-style docstrings. I don't think the addition of this package will cause any problems with existing...
https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages This may speed up the test slightly. (although it will take longer to install poetry anyway)
Closes #500 - Changes the Issue Template to YML format to increase the probability that it will be written in more detail. - Adds a Pull Request Template and an...
**Is your feature request related to a problem? Please describe.** It's a pain to enter GITHUB_TOKEN, EMAIL and manually create the venv then install packages then run pre-commit. **Describe the...
**Is your feature request related to a problem? Please describe.** I'm always frustrated that import statements and example notebooks are messed up. It is a burden to manually add autoflake...
**Is your feature request related to a problem? Please describe.** The lack of a Pull Request Template disrupts the project. **Describe the solution you'd like** At least add a checkbox...
**Is your feature request related to a problem? Please describe.** Copy-pasting the license is a pain. **Describe the solution you'd like** Add more licenses such as CC0, Unlicense, BSD, MS-PL,...
**Is your feature request related to a problem? Please describe.** It is a pain to set up automatic documentation. **Describe the solution you'd like** Add "sphinx.ext.napoleon", "sphinx.ext.autodoc". and "sphinx.ext.viewcode". I...
Closes #147 ~~@MacOS Please continue from here if it helps. Sorry for being so loud, but this took me a whole day, so I would appreciate it very much if...
I think it would be great to have this feature, as I think sklearn is often used for tabular data. I tried to use skorch, but skorch does not allow...