GithubHelp home page GithubHelp logo

jakevdp / sklearn_pycon2015 Goto Github PK

View Code? Open in Web Editor NEW
888.0 71.0 580.0 5.97 MB

Materials for my Pycon 2015 scikit-learn tutorial.

License: BSD 3-Clause "New" or "Revised" License

Python 0.60% Jupyter Notebook 99.40%

sklearn_pycon2015's People

Contributors

adamhz avatar alaindomissy avatar j9ac9k avatar jakevdp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sklearn_pycon2015's Issues

GMM estimation ValueError

In 04.3-Density-GMM.ipynb of In [3], it complains at clf = GMM(4, n_iter=500, random_state=3).fit(x) that:

/usr/local/lib/python2.7/dist-packages/sklearn/mixture/gmm.pyc in fit(self, X, y)
    433             raise ValueError(
    434                 'GMM estimation with %s components, but got only %s samples' %
--> 435                 (self.n_components, X.shape[0]))

Can you please tell what's going on? Thanks!

Deprecated functionality

I know these notebooks are five years old, but still looks like an excellent resource for getting up to speed based on my previous experience with JakeVDP content.

I created a new virtual environment, pip installed the latest packages, and cloned the repo. Hitting a deprecation error on the very first chart, and it is not obvious to me how to fix this. Any chance that these can be updated? I expect I'll be hitting some other issues as I work through.

I guess I could install all of the older versions of the packages and try again, but I hate to move backward.

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.