Ofosu-Osei / seaborn_objects_recipes

seaborn_objects_recipes is a Python package that extends the functionality of the Seaborn library, providing custom recipes for enhanced data visualization. This package includes below features to augment your Seaborn plots with additional capabilities.
MIT License
8 stars 1 forks source link

Lowess and PolyFitWithCI updates #12

Closed Ofosu-Osei closed 3 months ago

Ofosu-Osei commented 3 months ago

This is an initial push of the current update for your review. I'll deploy to pypi if no changes are needed for now.

nickeubank commented 3 months ago

I'd suggest taking all the code snippets in the README and make sure they run — I think there are a few issues there?

nickeubank commented 3 months ago

Other than that I think we're set! I'll make an issue with next steps

Ofosu-Osei commented 3 months ago

I'd suggest taking all the code snippets in the README and make sure they run — I think there are a few issues there?

So there is a reference to a complete testing processes at the beginning of the usage section. However, I can replicate the complete code here if necessary.

nickeubank commented 3 months ago

Users -- some of whom won't have a good sense of testing -- will want to see examples so I think what's there is good -- you just wanna make sure it works