{ "info": { "author": "Thomas Ounnas", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering" ], "description": "========================\r\nMachine Learning Toolkit\r\n========================\r\nmltoolkit\r\n---------\r\n\r\n\r\nInstallation\r\n############\r\n\r\nCreate your specific environment (with conda)\r\n=============================================\r\n\r\nAn empty one\r\n^^^^^^^^^^^^\r\n\r\n.. code-block:: bash\r\n\r\n conda create --name datasc python\r\n\r\n\r\nFrom a existing one\r\n^^^^^^^^^^^^^^^^^^^\r\nYou can check the list of current envs as follow\r\n\r\n.. code-block:: bash\r\n\r\n conda info --list\r\n\r\n\r\nYou can then clone the root env like this\r\n\r\n.. code-block:: bash\r\n\r\n conda create --name datasc --clone root\r\n\r\n\r\nActivate your environment\r\n=========================\r\n\r\n.. code-block:: bash\r\n\r\n source activate datasc\r\n\r\n\r\nInstall the mltoolkit library\r\n=============================\r\n\r\nFrom Binstar (Anaconda.org)\r\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n.. code-block:: bash\r\n\r\n conda install -c https://conda.anaconda.org/tounnas -c https://conda.anaconda.org/auto mltoolkit\r\n\r\n\r\nFrom source\r\n^^^^^^^^^^^\r\n\r\n.. code-block:: bash\r\n\r\n conda install conda-build\r\n git clone git@github.com:tounnas/mltoolkit.git\r\n cd mltoolkit/_build\r\n conda build .\r\n conda install --use-local mltoolkit\r\n\r\n\r\nUtilisation\r\n###########\r\n\r\nHave a look to the examples folder\r\n\r\n\r\nLicense\r\n#######\r\nBSD\r\n\r\n\r\nDocumentation\r\n#############\r\n\r\nThe `official documentation`_.\r\n\r\n.. _official documentation: http://mltoolkit.readthedocs.org/en/latest/index.html", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/tounnas/mltoolkit", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://mltoolkit.readthedocs.org/en/latest/index.html", "keywords": "", "license": "new BSD", "maintainer": "", "maintainer_email": "", "name": "mltoolkit", "package_url": "https://pypi.org/project/mltoolkit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mltoolkit/", "project_urls": { "Download": "https://github.com/tounnas/mltoolkit", "Homepage": "http://mltoolkit.readthedocs.org/en/latest/index.html" }, "release_url": "https://pypi.org/project/mltoolkit/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Some modelling tools", "version": "0.1.0" }, "last_serial": 1896432, "releases": { "0.1.0": [] }, "urls": [] }