Skip to content

sonney2k/mldata

 
 

Repository files navigation

To install django (Assuming you have python)

Get the source from
http://www.djangoproject.com/download/

$ tar xzvf Django-1.2.3.tar.gz
$ cd Django-1.2.3
$ sudo python setup.py install

(If you have an old version, you need to delete the previous installation
under /usr/lib/python2.5/site-packages/django by hand!)

If you don't have website/mldata/mldata.db, create the database with
$ python manage.py syncdb

Install fixtures:
$ python manage.py loaddata `find ./ -name '*.json'`



Run the webserver with
$ cd website/mldata/
$ python manage.py runserver

The default webserver runs at http://127.0.0.1:8000/
Point your web browser to it and have a look.

Further dependencies
--------------------

From source
-----------

As usual in python, you should be able to install all of
these modules with "sudo python setup.py install"

- memcache:

  For caching, you need memcache, both the actual server and
  the python package. See http://docs.djangoproject.com/en/1.1/topics/cache/
  For example, you can install http://gijsbert.org/cmemcache/

- python-openid:

  http://pypi.python.org/pypi/python-openid/

- h5py:

  http://code.google.com/p/h5py/

- numpy:

  https://sourceforge.net/projects/numpy/files/

- scipy:

  https://sourceforge.net/projects/scipy/files/

- mldata-utils
  
  http://mloss.org/software/view/262/

  Or our SVN:

  https://ml01.zrz.tu-berlin.de/svn/mldata/mldata-utils

- python-json

  http://pypi.python.org/pypi/python-json

- rpy2

  http://rpy.sourceforge.net/rpy2.html
  


As debian packages
------------------

python-django
python-openid
python-numpy
python-h5py
python-scipy
memcached 
python-memcache
python-json
python-rpy2

There is no python-h5py in debian, but you can install it by hand.



Potentially useful projects
---------------------------

http://ericholscher.com/projects/django-test-utils/
http://bitbucket.org/jespern/django-piston/wiki/Home
http://agiliq.com/

About

Machine Learning Data Set Repository (Source Code)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published