2013/10/9 Ryan Rosario <[email protected]>: > I had the same issue on a fresh clone from Git after building and > installing it. > > I was able to fix the issue by removing the six.with_metaclass() call in > the base class DiscreteNB in naive_bayes.py and then building and > reinstalling, but this doesn't seem like a good fix for a wider audience. > > I filed a bug report. > > R. > > On 10/8/13 9:58 PM, "Gael Varoquaux" <[email protected]> wrote: > >>On Tue, Oct 08, 2013 at 09:05:52PM +0000, Ryan Rosario wrote: >>> I am trying to use the partial_fit function on a MultinomialNB object in >>> 0.14-git. >>> The API documentation for 0.14 says that this function exists. When I >>> try to use it, I get an error: >> >>0.14-git is before the release of 0.14, so it might not be there yet.
Hi Ryan, I am pretty sure you are the only one to experience this issue so it is probably related to incorrect or not up to date install of the dev release of scikit-learn on your side. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
