Coder Social home page Coder Social logo

Comments (5)

bbengfort avatar bbengfort commented on August 24, 2024

@mariusvniekerk the current version is an mvp proof of concept, intended for development and not necessarily users. We've been having a lot of trouble with continuous integration testing (see #17 #20) and so we felt that pinning versions would be necessary to ensure we were all on the same page.

That said, most of the libraries in requirements.txt are commented out, and only the following dependencies are pinned:

matplotlib==1.5.1
scipy==0.17.1
scikit-learn==0.17.1
numpy==1.11.0
cycler==0.10.0

The others are mostly dependencies of these 5 and come into the requirements with pip freeze.

You do, however, raise a good point - and we've recently been discussing what dependencies we want to include, and whether or not we want to include Seaborn and the entire pandas stack, or try to simplify the library. We have decided the following dependencies are going to be in Version 1:

matplotlib>=1.5.1 
scikit-learn>=0.17

I'm going to go ahead and make this issue reflect that goal so that we can discuss its impact here!

from yellowbrick.

mariusvniekerk avatar mariusvniekerk commented on August 24, 2024

Thanks, basically I wanted to build a conda package for yellowbrick.

For CI purposes I would strongly advocate using conda and conda-forge to grab your dependencies. You can get latest versions of the various pydata stack libraries and it should be relatively easy to test against multiple different versions of scipy, sklearn and matplotlib.

from yellowbrick.

bbengfort avatar bbengfort commented on August 24, 2024

Excellent! We'd really appreciate a conda package contribution. Just note that we're about to make some significant changes to the underlying API, refactoring to our idea of "Visual Transformers" and "Visual Pipelines" to more closely align ourselves with the Scikit-Learn API. These changes are due October 6 in the 0.3 release of Yellowbrick, which will not be backwards compatible.

from yellowbrick.

bbengfort avatar bbengfort commented on August 24, 2024

Version 0.3.1 froze the dependencies as follows:

matplotlib>=1.5.1
scipy>=0.17.1
scikit-learn>=0.17.1
numpy>=1.11.0
cycler>=0.10.0

from yellowbrick.

bbengfort avatar bbengfort commented on August 24, 2024

@mariusvniekerk -- I'll create a new issue for the conda package distribution.

from yellowbrick.

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.