auto-sklearn has the following system requirements:
If you have a CDH cluster, you can install the Anaconda parcel using Cloudera Manager. The Anaconda parcel provides a static installation of Anaconda, based on Python 2.7, that can be used with Python and PySpark jobs on the cluster. Doing it Right¶. Let’s install a real version of Python. Before installing Python, you’ll need to install a C compiler. The fastest way is to install the Xcode Command Line Tools by running xcode-select-install. If your conda installation is for Python 2.7 then conda create will create a 2.7 version. Changing command to conda create -name 3point6 python=3 (adding =3 at the end) makes a python3 version. – Jonah Graham Mar 4 '17 at 22:46.
Linux operating system (for example Ubuntu) (get Linux here),
Python (>=3.6) (get Python here).
C++ compiler (with C++11 supports) (get GCC here) and
SWIG (version 3.0.* is required; >=4.0.0 is not supported) (get SWIG here).
For an explanation of missing Microsoft Windows and MAC OSX support pleasecheck the Section Windows/OSX compatibility.
Please install all dependencies manually with:
Then install auto-sklearn:
We recommend installing auto-sklearn into avirtual environmentor anAnaconda environment.
If the pip3
installation command fails, make sure you have the System requirements installed correctly.
To provide a C++11 building environment and the lateste SWIG version on Ubuntu,run:
Anaconda does not ship auto-sklearn, and there are no conda packages forauto-sklearn. Thus, it is easiest to install auto-sklearn as detailed inthe Section Installing auto-sklearn.
A common installation problem under recent Linux distribution is theincompatibility of the compiler version used to compile the Python binaryshipped by AnaConda and the compiler installed by the distribution. This canbe solved by installing the gcc compiler shipped with AnaConda (as well asswig):
auto-sklearn relies heavily on the Python module resource
. resource
is part of Python’s Unix Specific Servicesand not available on a Windows machine. Therefore, it is not possible to runauto-sklearn on a Windows machine.
Possible solutions (not tested):
Windows 10 bash shell
virtual machine
docker image
We currently do not know if auto-sklearn works on OSX. There are at least twoissues holding us back from actively supporting OSX:
The resource
module cannot enforce a memory limit on a Python process(see SMAC3/issues/115).
OSX machines on travis-ci take more than 30minutes to spawn. This makes it impossible for us to run unit tests forauto-sklearn and its dependencies SMAC3and ConfigSpace.
In case you’re having issues installing the pyrfr package, check outthis installation suggestion on github.
Possible other solutions (not tested):
virtual machine
docker image
A Docker image is also provided on dockerhub. To download from dockerhub,use:
You can also verify that the image was downloaded via:
This image can be used to start an interactive session as follows:
To start a Jupyter notebook, you could instead run e.g.:
Alternatively, it is possible to use the development version of auto-sklearn by replacing alloccurences of master
by development
.
Release Date: April 9, 2012
Note: A newer bugfix release, 2.7.4, is currently available. Its use is recommended over previous versionsof 2.7.
Python 2.7.3 was released on April 9, 2012. 2.7.3 includes fixes for severalreported security issues in 2.7.2: issue 13703 (oCERT-2011-003, hashcollision denial of service), issue 14234 (CVE-2012-0876, hash tablecollisions CPU usage DoS in the expat library), issue 14001 (CVE-2012-0845,SimpleXMLRPCServer denial of service), and issue 13885 (CVE-2011-3389,disabling of the CBC IV attack countermeasure in the _ssl module).
The Python 2.7 series is scheduled to be the last major version in the 2.xseries before 2.x moves into an extended maintenance period. The 2.7 seriescontains many of the features that were first released in Python 3.1.Improvements in this release include:
See these resources for further information:
This is a production release. Please report any bugsyou encounter.
We currently support these formats for download:
The source tarballs are signed with Benjamin Peterson's key (fingerprint: 12EF3DC3 8047 DA38 2D18 A5B9 99CD EA9D A413 5B38). The Windows installer was signedby Martin von Löwis' public key, which has a key id of 7D9DC8D2. The Macinstallers were signed with Ned Deily's key, which has a key id of 6F5E1540.The public keys are located on the download page.
MD5 checksums and sizes of the released files:
[1] | (1, 2) The binaries for AMD64 will also work on processors that implement the Intel 64 architecture (formerly EM64T), i.e. the architecture that Microsoft calls x64, and AMD called x86-64 before calling it AMD64. They will not work on Intel Itanium Processors (formerly IA-64). |
[2] | (1, 2) There is important information about IDLE, Tkinter, and Tcl/Tk on Mac OSX here. Also, on Mac OS X 10.6, if you need tobuild C extension modules with the 32-bit-only Python installed, you willneed Apple Xcode 3, not 4. The 64-bit/32-bit Python can use eitherXcode 3 or Xcode 4. |
Version | Operating System | Description | MD5 Sum | File Size | GPG |
---|---|---|---|---|---|
bzip2 compressed source tarball | Source release | c57477edd6d18bd9eeca2f21add73919 | 11793433 | SIG | |
Gzipped source tarball | Source release | ba854a72c9c0ca671b99a36e070d78e0 | 63682560 | SIG | |
XZ compressed source tarball | Source release | 62c4c1699170078c469f79ddfed21bc0 | 9976088 | SIG | |
Mac OS X 32-bit i386/PPC installer | Mac OS X | for Mac OS X 10.3 and later | 80461c3c60fae64122b51eb20341b453 | 22178854 | SIG |
Mac OS X 64-bit/32-bit installer | Mac OS X | for Mac OS X 10.6 and later | 15c434a11abe7ea5575ef451cfd60f67 | 18761950 | SIG |
Windows debug information files | Windows | 008a63d89d67d41801a55ea341a34676 | 16221250 | SIG | |
Windows help file | Windows | 9401a5f847b0c1078a4c68dccf6cd38a | 5898853 | SIG | |
Windows x86-64 MSI installer | Windows | for AMD64/EM64T/x64 | d11d4aeb7e5425bf28f28ab1c7452886 | 16420864 | SIG |
Windows x86 MSI installer | Windows | c846d7a5ed186707d3675564a9838cc2 | 15867904 | SIG |