{ "info": { "author": "Ulf Hamster", "author_email": "554c46@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/kmedian/threesplit.svg?branch=master)](https://travis-ci.org/kmedian/threesplit)\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kmedian/threesplit/master?urlpath=lab)\n\n# threesplit\nThree-way data split into training set, validation set, and test set.\n\n\n## Installation\nThe `threesplit` [git repo](http://github.com/kmedian/threesplit) is available as [PyPi package](https://pypi.org/project/threesplit)\n\n```\npip install threesplit\n```\n\n\n## Usage\nCheck the [examples](examples) folder for notebooks.\n\n\n## Commands\n* Check syntax: `flake8 --ignore=F401`\n* Remove `.pyc` files: `find . -type f -name \"*.pyc\" | xargs rm`\n* Remove `__pycache__` folders: `find . -type d -name \"__pycache__\" | xargs rm -rf`\n* Upload to PyPi with twine: `python setup.py sdist && twine upload -r pypi dist/*`\n\n\n\n## Support\nPlease [open an issue](https://github.com/kmedian/threesplit/issues/new) for support.\n\n\n## Contributing\nPlease contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/kmedian/threesplit/compare/).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kmedian/threesplit", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "threesplit", "package_url": "https://pypi.org/project/threesplit/", "platform": "", "project_url": "https://pypi.org/project/threesplit/", "project_urls": { "Homepage": "http://github.com/kmedian/threesplit" }, "release_url": "https://pypi.org/project/threesplit/0.1.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Three-way data split into training set, validation set, and test set.", "version": "0.1.0" }, "last_serial": 4409673, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "52ce8501cccefd48a4180ffcc30ab3f5", "sha256": "372d05f47aad171178e4e373a6d1927f74a672db99e352442f46cd9f6b00e294" }, "downloads": -1, "filename": "threesplit-0.1.0.tar.gz", "has_sig": false, "md5_digest": "52ce8501cccefd48a4180ffcc30ab3f5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2418, "upload_time": "2018-10-24T06:54:31", "url": "https://files.pythonhosted.org/packages/bd/83/a96147014217e98615b1131fc25a73cf8fa2e9de137e3c3dc51584ebc87f/threesplit-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52ce8501cccefd48a4180ffcc30ab3f5", "sha256": "372d05f47aad171178e4e373a6d1927f74a672db99e352442f46cd9f6b00e294" }, "downloads": -1, "filename": "threesplit-0.1.0.tar.gz", "has_sig": false, "md5_digest": "52ce8501cccefd48a4180ffcc30ab3f5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2418, "upload_time": "2018-10-24T06:54:31", "url": "https://files.pythonhosted.org/packages/bd/83/a96147014217e98615b1131fc25a73cf8fa2e9de137e3c3dc51584ebc87f/threesplit-0.1.0.tar.gz" } ] }