Hi,
I am trying to use naive_bayes agorithm for training the model using
partial_fit in scikit-learn.
I tried with 16011( # of features) , 100 training instances and 1018664(
total # of classes), I get an error when I invoke partial_fit method. I
think there is a upper limit on ma
I see that partial_fit will compute np.zeros((1018664, 16011) for this
which gives "Array is too big" exception.
I want to max limit for # of classes in partial_fit and also appreciate if
someone could suggest a work around for this.
--
Regards,
Kartik Perisetla
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general