Skip to content

Commit

Permalink
scikit: introduced to -other
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Sep 5, 2013
1 parent 5bdaf54 commit ff679e1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/scikit/BUILD
@@ -0,0 +1,5 @@
python setup.py build &&

prepare_install &&

python setup.py install
3 changes: 3 additions & 0 deletions python/scikit/DEPENDS
@@ -0,0 +1,3 @@
depends Python
depends numpy
depends scipy
14 changes: 14 additions & 0 deletions python/scikit/DETAILS
@@ -0,0 +1,14 @@
MODULE=scikit
VERSION=0.14.1
SOURCE=$VERSION.tar.gz
SOURCE_URL=https://github.com/scikit-learn/scikit-learn/archive/
SOURCE_VFY=sha1:3f3c64762424a0dbe8fb2c21fd7cc1c1f7fe81b5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/scikit-learn-$VERSION
WEB_SITE=http://scikit-learn.org
ENTERED=20130905
UPDATED=20130905
SHORT="machine learning for python"

cat << EOF
A set of python modules for machine learning and data mining.
EOF

0 comments on commit ff679e1

Please sign in to comment.