{ "info": { "author": "Agne Matuseviciute", "author_email": "agne.matuseviciute@tum.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "========\nOverview\n========\n\n\n\n\n\n* Free software: MIT license\n\nActivate virtual environment\n==================\nTogether with the autoCorrection package you will get\n\n 'tensorflow',\n 'keras',\n 'numpy',\n 'kopt',\n 'scipy',\n 'h5py',\n 'sklearn',\n 'pandas',\n 'statsmodels',\n 'pytest'\n\npackages automatically installed, if not present.\n\nIf you don't wannt to install these packages globally, please use virtual environment.\n\nIf you have problems with virtualenv, installing using conda may help:\n\n(Installation of conda: https://conda.io/docs/user-guide/install/index.html)\n\nMake sure you are using python 3.\n\n conda create -n mypyth3 python=3.6\n\n source activate mypyth3\n\n conda install virtualenv\n\nactivate new environment in active python 3 environment:\n\n virtualenv env-with-autoCorrection\n\n source env-with-autoCorrection/bin/activate\n\nCheck if you are still using python 3:\n\n python --version\n\n\nPackage Installation\n============\n\n::\n\n pip install autoCorrection\n\n\nDeactivate virtual environment\n============\n\n::\n\n deactivate\n\nUsage\n============\n\n::\n\n #in python:\n python\n import autoCorrection\n import numpy as np\n counts = np.random.negative_binomial(n = 20, p=0.2, size = (10,8))\n sf = np.ones((10,8))\n corrector = autoCorrection.correctors.AECorrector()\n c = corrector.correct(counts = counts, size_factors = sf)\n\n #in R:\n library(reticulate)\n autoCorrection <- import(\"autoCorrection\")\n corrected <- autoCorrection$correctors$AECorrector(model_name, model_directory)$correct(COUNTS, SIZE_FACTORS, only_predict=FALSE)\n\nDocumentation\n=============\n\nhttps://i12g-gagneurweb.in.tum.de/public/docs/autocorrection/\n\n\n\n\nChangelog\n=========\n\n0.0.1 (2017-11-01)\n------------------\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matuseviciute/autoCorrection", "keywords": "", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "autoCorrection", "package_url": "https://pypi.org/project/autoCorrection/", "platform": "", "project_url": "https://pypi.org/project/autoCorrection/", "project_urls": { "Homepage": "https://github.com/matuseviciute/autoCorrection" }, "release_url": "https://pypi.org/project/autoCorrection/0.2.0/", "requires_dist": null, "requires_python": ">=3", "summary": "...", "version": "0.2.0" }, "last_serial": 4154286, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6e21fad17384de9695a811b4cdeaa129", "sha256": "6d1f341cb4913f35415a9197eb814e36270c610cd713e0ab38b29a25e5013e1f" }, "downloads": -1, "filename": "autoCorrection-8.8.9.tar.gz", "has_sig": false, "md5_digest": "6e21fad17384de9695a811b4cdeaa129", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 32055512, "upload_time": "2018-08-09T20:42:40", "url": "https://files.pythonhosted.org/packages/d6/33/36663ba04a583c9597443658eca161db8bc1aece7eb3fff62c1afe22d7a9/autoCorrection-8.8.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "63266796fc5921a53960bb15487275d5", "sha256": "9b7f820a11543ffe98aad46c051e7786d2cb18f13e5820dea7ba7a6d7cce4552" }, "downloads": -1, "filename": "autoCorrection-9.2.0.tar.gz", "has_sig": false, "md5_digest": "63266796fc5921a53960bb15487275d5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 31893045, "upload_time": "2018-08-09T20:32:50", "url": "https://files.pythonhosted.org/packages/4c/bf/b4eca41a560ba9d2c63c112e7575193771b7273627d8fb963d39726dd9ac/autoCorrection-9.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63266796fc5921a53960bb15487275d5", "sha256": "9b7f820a11543ffe98aad46c051e7786d2cb18f13e5820dea7ba7a6d7cce4552" }, "downloads": -1, "filename": "autoCorrection-9.2.0.tar.gz", "has_sig": false, "md5_digest": "63266796fc5921a53960bb15487275d5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 31893045, "upload_time": "2018-08-09T20:32:50", "url": "https://files.pythonhosted.org/packages/4c/bf/b4eca41a560ba9d2c63c112e7575193771b7273627d8fb963d39726dd9ac/autoCorrection-9.2.0.tar.gz" } ] }