[Scikit-learn-general] Get every package once and for all

2013-03-07 Thread Mohamed Radhouane Aniba
Hello

I am just starting using scikit as you might guess by now.
Something is really frustrating about it.

I am trying to run examples from the website to get used to the kit, some just 
work fine, some other are not working because of missing library.

Example I am trying to get plot_classifier_comparison.py to work but I have an 
error message saying :

ImportError: cannot import name AdaBoostClassifier

Other classifier work fine, why some are not recognized ?

Can someone point me to the way to get everything working once and for all, 
even those packages we will not necessarily use.

I am using Macbook pro, EPD kit (python)

Thanks

Rad


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


Re: [Scikit-learn-general] Get every package once and for all

2013-03-07 Thread Philipp Singer
Well the reason may be that EPD does not have the newest scikit learn 
distribution included.

Afaik AdaBoost is only included to 0.14 which is the current development 
version which you have to install by hand.

Regards,
Philipp

Am 07.03.2013 19:55, schrieb Mohamed Radhouane Aniba:
 Hello

 I am just starting using scikit as you might guess by now.
 Something is really frustrating about it.

 I am trying to run examples from the website to get used to the kit, some 
 just work fine, some other are not working because of missing library.

 Example I am trying to get plot_classifier_comparison.py to work but I have 
 an error message saying :

 ImportError: cannot import name AdaBoostClassifier

 Other classifier work fine, why some are not recognized ?

 Can someone point me to the way to get everything working once and for all, 
 even those packages we will not necessarily use.

 I am using Macbook pro, EPD kit (python)

 Thanks

 Rad


 --
 Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
 Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the
 endpoint security space. For insight on selecting the right partner to
 tackle endpoint security challenges, access the full report.
 http://p.sf.net/sfu/symantec-dev2dev
 ___
 Scikit-learn-general mailing list
 Scikit-learn-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


Re: [Scikit-learn-general] Get every package once and for all

2013-03-07 Thread Andreas Mueller
Hi Rad.
You should use the documentation that corresponds to the version you 
have installed.
I'm not sure which version EPD has, but I guess it is 0.13 or 0.12.
You can find 0.13 (the current stable) here: http://scikit-learn.org/stable/
and 0.12 here http://scikit-learn.org/0.12/

Cheers,
Andy


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


Re: [Scikit-learn-general] Get every package once and for all

2013-03-07 Thread Juan Nunez-Iglesias
Amazingly, it's 0.11!

http://www.enthought.com/products/epdlibraries.php

However iirc sudo easy_install -U sklearn should work within EPD to get
the latest stable... Which still doesn't help for AdaBoost. =P

On Fri, Mar 8, 2013 at 7:41 AM, Andreas Mueller amuel...@ais.uni-bonn.dewrote:

 Hi Rad.
 You should use the documentation that corresponds to the version you
 have installed.
 I'm not sure which version EPD has, but I guess it is 0.13 or 0.12.
 You can find 0.13 (the current stable) here:
 http://scikit-learn.org/stable/
 and 0.12 here http://scikit-learn.org/0.12/

 Cheers,
 Andy



 --
 Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
 Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the
 endpoint security space. For insight on selecting the right partner to
 tackle endpoint security challenges, access the full report.
 http://p.sf.net/sfu/symantec-dev2dev
 ___
 Scikit-learn-general mailing list
 Scikit-learn-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general