Python Forum
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Naive Bayes too slow
#17
(Oct-24-2016, 03:15 AM)Larz60+ Wrote: I don't know why I didn't check earlier, but there is a huge repository of wheels available at UC Irvine
if you go to the scikit-learn section you will find wheels for all releases of python up to 3.6 (which I didn't even know was out there)

a typical name will look like: scikit_learn-0.18-cp35-cp35m-win_amd64.whl
the cp35 indicates python version 3.5 the amd64 is fir 64 bit windows.

download the version you need, switch to the directory where you downloaded the wheel,
and run pip install wheelname

It does mention that  numpy+mkl must be installed first. (they have the wheel for that also).

I have used this site a lot, it will bring in all required packages.

It has never failed for me


Nice thank you! I also read numpy+mkl must be installed first

I am using Mac OSX.... is this website compatible?
Reply


Messages In This Thread
Naive Bayes too slow - by pythlang - Oct-21-2016, 09:22 PM
RE: Naive Bayes too slow - by snippsat - Oct-21-2016, 09:48 PM
RE: Naive Bayes too slow - by pythlang - Oct-21-2016, 09:52 PM
RE: Naive Bayes too slow - by Ofnuts - Oct-21-2016, 10:03 PM
RE: Naive Bayes too slow - by pythlang - Oct-21-2016, 10:07 PM
RE: Naive Bayes too slow - by snippsat - Oct-21-2016, 10:18 PM
RE: Naive Bayes too slow - by pythlang - Oct-21-2016, 11:45 PM
RE: Naive Bayes too slow - by pythlang - Oct-22-2016, 01:32 AM
RE: Naive Bayes too slow - by Larz60+ - Oct-22-2016, 02:42 AM
RE: Naive Bayes too slow - by pythlang - Oct-22-2016, 06:19 PM
RE: Naive Bayes too slow - by Larz60+ - Oct-22-2016, 09:06 PM
RE: Naive Bayes too slow - by pythlang - Oct-22-2016, 09:09 PM
RE: Naive Bayes too slow - by Larz60+ - Oct-22-2016, 09:15 PM
RE: Naive Bayes too slow - by pythlang - Oct-22-2016, 09:29 PM
RE: Naive Bayes too slow - by pythlang - Oct-24-2016, 12:49 AM
RE: Naive Bayes too slow - by Larz60+ - Oct-24-2016, 03:15 AM
RE: Naive Bayes too slow - by pythlang - Oct-24-2016, 12:44 PM
RE: Naive Bayes too slow - by sparkz_alot - Oct-24-2016, 01:20 PM
RE: Naive Bayes too slow - by Larz60+ - Oct-24-2016, 02:58 PM
RE: Naive Bayes too slow - by pythlang - Oct-24-2016, 03:06 PM
RE: Naive Bayes too slow - by snippsat - Oct-24-2016, 03:17 PM
RE: Naive Bayes too slow - by pythlang - Oct-24-2016, 04:53 PM
RE: Naive Bayes too slow - by pythlang - Oct-25-2016, 01:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [nltk] Naive Bayes Classifier constantin01 0 2,080 Jun-24-2019, 10:36 AM
Last Post: constantin01

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020