{ "info": { "author": "Basil Komboz", "author_email": "basil.komboz@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Natural Language :: English", "Programming Language :: Python" ], "description": ".. image:: https://travis-ci.org/bkomboz/pymltk.svg?branch=master\n :target: https://travis-ci.org/bkomboz/pymltk\n :alt: TravisCI Status\n.. image:: https://coveralls.io/repos/github/bkomboz/pymltk/badge.svg?branch=master\n :target: https://coveralls.io/github/bkomboz/pymltk?branch=master\n :alt: Code Coverage Status\n.. image:: https://requires.io/github/bkomboz/pymltk/requirements.svg?branch=master\n :target: https://requires.io/github/bkomboz/pymltk/requirements/?branch=master\n :alt: Requirements Status\n.. image:: https://readthedocs.org/projects/pymltk/badge/?version=latest\n :target: http://pymltk.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n======\npymltk\n======\n\nPython Machine Learning Toolkit\n\n\nDescription\n===========\n\n*pymltk* is a Python package helping data scientists with\ntheir daily work of (pre)processing data and building predictive\nor other machine learning models. It *offers various Python\nfunctions which implement common operations done by data\nscientists during their daily work*.\n\nAll functions of this package ...\n\n* ... do one thing and (try to) do it well.\n* ... operate on pandas as well as dask dataframes.\n* ... are fully tested and documented.\n* ... offer a clean and consistent UI.\n\nThis package was inspired by `mlr `_,\na R package which offers similar functionality with respect to data\n(pre)processing (but in addition offers *a lot* more).\n\n\nFunction Overview\n=================\n\n* *parse_columns*: Parsing features with a specified dtype.\n* *parse_missings*: Parsing specified values as missing values.\n* *merge_levels*: Merging levels/values of a feature depending on several criteria.\n* *impute_missings*: Imputing missing values based on several strategies.\n* *remove_constants*: Removing features with no/low variability.\n\n\nInstallation\n============\n\nCurrently only the development version in this repository is available. In the future,\na stable release on pypi is planned.\n\n\nDocumentation\n=============\n\nA detailed documentation of each function provided by *pymltk* is\navailable on `readthedocs.org `_.\n\n\nContribution\n============\n\nFeature requests and bug reports are very welcome. Please open an issue\nin the github issue tracker of the respository of this project. Pull requests\nimplementing new functionality are, of course, also welcome. Please open\nin addition also an issue for those.\n\n\nLicense\n=======\n\n*pymltk* is licensed under the Apache License Version 2.0.\nFor details please see the file called LICENSE.\n\n\nNote\n====\n\nThis project has been set up using PyScaffold 2.5.6. For details and usage\ninformation on PyScaffold see http://pyscaffold.readthedocs.org/.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bkomboz/pymltk", "keywords": null, "license": "new Apache", "maintainer": null, "maintainer_email": null, "name": "pymltk", "package_url": "https://pypi.org/project/pymltk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pymltk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bkomboz/pymltk" }, "release_url": "https://pypi.org/project/pymltk/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python Machine Learning Toolkit", "version": "0.1" }, "last_serial": 2353341, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "83b9dfbe7ae9a418fe4326be3dd163dc", "sha256": "17abad2358c6505ab7daa8de6a3d6fef5b24c032234b871ba24eb808349cbcf6" }, "downloads": -1, "filename": "pymltk-0.1.tar.gz", "has_sig": false, "md5_digest": "83b9dfbe7ae9a418fe4326be3dd163dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21975, "upload_time": "2016-09-20T16:52:01", "url": "https://files.pythonhosted.org/packages/9b/61/18123bce709232b0a1438d8755565a51bbe0f116be5bb92537e225776739/pymltk-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83b9dfbe7ae9a418fe4326be3dd163dc", "sha256": "17abad2358c6505ab7daa8de6a3d6fef5b24c032234b871ba24eb808349cbcf6" }, "downloads": -1, "filename": "pymltk-0.1.tar.gz", "has_sig": false, "md5_digest": "83b9dfbe7ae9a418fe4326be3dd163dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21975, "upload_time": "2016-09-20T16:52:01", "url": "https://files.pythonhosted.org/packages/9b/61/18123bce709232b0a1438d8755565a51bbe0f116be5bb92537e225776739/pymltk-0.1.tar.gz" } ] }