Giter Club home page Giter Club logo

Comments (7)

yarikoptic avatar yarikoptic commented on May 17, 2024

It would indeed be nice if e.g. moss could be made optional for now.

from seaborn.

mwaskom avatar mwaskom commented on May 17, 2024

That would be difficult, as any function that draws error bars (e.g. most of them) uses it to compute confidence intervals. The better medium term solution is just to make moss (or those parts of moss) part of seaborn.

from seaborn.

phobson avatar phobson commented on May 17, 2024

since six is a now a dependency for matplotlib, does it need to be on this list?

from seaborn.

jankatins avatar jankatins commented on May 17, 2024

ggplot recently switched over to require six.

from seaborn.

mwaskom avatar mwaskom commented on May 17, 2024

Probably should either bundle or require it for 0.3 at least, since a lot of people won't have updated matplotlib between now and then.

I actually have a branch where I've started the process of bundling six/husl/moving computation from moss into seaborn. It seems manageable, although it does mess up coverage statistics (I'm sure there's a way to deal with that).

from seaborn.

yarikoptic avatar yarikoptic commented on May 17, 2024

few leftovers:

$> git grep moss
README.md:- [moss](http://github.com/mwaskom/moss)
examples/example_plot.py:import moss
examples/example_plot.py:    boots = moss.bootstrap(x, y, func=lmpred, n_boot=100)
examples/example_plot.py:    ci = moss.percentiles(boots, [2.5, 97.5], 0)
requirements.txt:moss>0.1

from seaborn.

mwaskom avatar mwaskom commented on May 17, 2024

Thanks, nice catch.

The example_script.py will get cleaned up when I address #51

from seaborn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.