Tomas Pereira de Vasconcelos

Results 16 issues of Tomas Pereira de Vasconcelos

Hey @mahmoud This sounds like a cool idea! Your talk on this reminded me of https://python.libhunt.com/ Do you have any dev plans for this? Do you know of other projects...

**Is your feature request related to a problem? Please describe.** The Pydantic errors can be very annoying to debug when the error messages are not explicit or (as often seen)...

good first issue
kind/bug
priority/p2
Community Contribution Needed
critical

## Expected Behavior `FeatureStore` didn't use to perform any I/O on instantiation. This should be the expected behavior. As far as I can tell, all other abstractions follow this convention....

kind/bug
priority/p2
critical

I would not call this a "bug" necessarily but I am wondering why we need to call `fit_transform` for all post-transformers during the `.fit()` of a `TransformedTargetForecaster.fit`. https://github.com/sktime/sktime/blob/b6e1d5dc190bd765b3979c25ec3d0d46d2d4b8f7/sktime/forecasting/compose/_pipeline.py#L1011-L1013 It's a...

bug
module:forecasting

Cool example to add to the docs: https://morphocode.com/location-time-urban-data-visualization/#row-1497426575 ![image](https://github.com/tpvasconcelos/ridgeplot/assets/17701527/0cfa4b8e-6026-4a5d-8c84-b24275a157d8) The data source referenced in the original post returns a 404. After a quick search, this is likely the new equivalent...

documentation
good first issue

The new release notes are not rendered correctly in the GitHub releases. See [v0.1.25](https://github.com/tpvasconcelos/ridgeplot/releases/tag/0.1.25) for instance. A simple solution would be to hard-code some regex logic in `extract_latest_release_notes.py` to deal...

good first issue
CI

We have experienced some issues with statsmodels' KDE implementation (see in-line comments in `ridgeplot._kde.estimate_density_trace()`. - statsmodels uses scipy under the hood. This could be a good alternative to investigate. [pandas.Series.plot.kde](https://pandas.pydata.org/docs/reference/api/pandas.Series.plot.kde.html#pandas.Series.plot.kde)...

enhancement
good first issue

Update the ["Release process"](https://ridgeplot.readthedocs.io/en/stable/development/contributing.html#release-process) docs to reflect the current status. Potentially relevant references: - https://github.com/pypa/gh-action-pypi-publish - https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ - https://github.com/python-pillow/Pillow/blob/109c6bf6c0abc00c37b0819ebd573390647692e4/pyproject.toml#L89C7-L94 - https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml - https://cibuildwheel.readthedocs.io/en/stable/

documentation

I had to mark the `test_regressions` tests with XFAIL when running the checks in CI because they are currently failing when being run in GitHub Actions. See [here](https://github.com/tpvasconcelos/ridgeplot/actions/runs/7378769595/job/20074296603) and [here](https://github.com/tpvasconcelos/ridgeplot/actions/runs/7378769595/job/20074296398)....

help wanted
good first issue
CI