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. > >G > > >-------------------------------------------------------------------------- >---- >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.clktr >k >_______________________________________________ >Scikit-learn-general mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/scikit-learn-general ------------------------------------------------------------------------------ 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
