{ "info": { "author": "Jos\u00e9 Padarian", "author_email": "spadarian@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved", "Operating System :: MacOS", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "# Welcome to pyPTF!\n[![Build Status](https://travis-ci.org/spadarian/pyPTF.svg?branch=master)](https://travis-ci.org/spadarian/pyPTF)\n\nThis is a framework to develop [pedotransfer functions](https://en.wikipedia.org/wiki/Pedotransfer_function) using genetic programming.\n\nA pedotransfer function is a model to predict soil properties based on other, easier to measure, soil properties. Traditionally, pedotransfer functions are represented as expressions (formulas) and that is why [symbolic regression](https://en.wikipedia.org/wiki/Symbolic_regression) is a great alternative to develop them.\n\nThis project wouldn't be possible without the great [glplearn](https://github.com/trevorstephens/gplearn) library, which implements Symbolic regression. In Trevor's words:\n> Symbolic regression is a machine learning technique that aims to identify an underlying mathematical expression that best describes a relationship. It begins by building a population of naive random formulas to represent a relationship between known independent variables and their dependent variable targets in order to predict new data. Each successive generation of programs is then evolved from the one that came before it by selecting the fittest individuals from the population to undergo genetic operations.\n\n## Uncertainty\n\nNatural systems are complex and every model that tries to represent them have uncertainties. This library implements a method to represent and report this uncertainty based on [fuzzy clustering](https://en.wikipedia.org/wiki/Fuzzy_clustering).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/spadarian/pyPTF", "keywords": "soil modelling uncertainty", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "pyPTF", "package_url": "https://pypi.org/project/pyPTF/", "platform": "", "project_url": "https://pypi.org/project/pyPTF/", "project_urls": { "Homepage": "https://github.com/spadarian/pyPTF" }, "release_url": "https://pypi.org/project/pyPTF/0.1.0/", "requires_dist": [ "gplearn (==0.3.0)", "sympy (==1.2)", "pygmo (>=2.8)", "pandas (>=0.22)", "matplotlib (==2.2.3)", "Sphinx; extra == 'docs'" ], "requires_python": "", "summary": "Pedotransfer function development using Genetic Programming", "version": "0.1.0" }, "last_serial": 4399092, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7dac2b03586e5071622f50dc7faa047a", "sha256": "72bf3d836be450408e558e74e13df5e7e45c1deee81e709040a4aed83d67fafa" }, "downloads": -1, "filename": "pyPTF-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7dac2b03586e5071622f50dc7faa047a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35287, "upload_time": "2018-10-21T10:32:23", "url": "https://files.pythonhosted.org/packages/63/1b/1ba7382dcda409ac53047026e1f4d107c1aeaa3a67cc1789869708af5b0a/pyPTF-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bff2a1ccdf8a8e17fd8c893749b549f4", "sha256": "9eb18d3b83fb3dfcdc244cfadef0d6fbec22a87472f9e5ccd50e0f9a153ae0b0" }, "downloads": -1, "filename": "pyPTF-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bff2a1ccdf8a8e17fd8c893749b549f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22274, "upload_time": "2018-10-21T10:32:25", "url": "https://files.pythonhosted.org/packages/b6/69/6479cf18096d44a3fc2d6d01d45118f371dd86dd56a1e87ebf92893d0b3b/pyPTF-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7dac2b03586e5071622f50dc7faa047a", "sha256": "72bf3d836be450408e558e74e13df5e7e45c1deee81e709040a4aed83d67fafa" }, "downloads": -1, "filename": "pyPTF-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7dac2b03586e5071622f50dc7faa047a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35287, "upload_time": "2018-10-21T10:32:23", "url": "https://files.pythonhosted.org/packages/63/1b/1ba7382dcda409ac53047026e1f4d107c1aeaa3a67cc1789869708af5b0a/pyPTF-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bff2a1ccdf8a8e17fd8c893749b549f4", "sha256": "9eb18d3b83fb3dfcdc244cfadef0d6fbec22a87472f9e5ccd50e0f9a153ae0b0" }, "downloads": -1, "filename": "pyPTF-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bff2a1ccdf8a8e17fd8c893749b549f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22274, "upload_time": "2018-10-21T10:32:25", "url": "https://files.pythonhosted.org/packages/b6/69/6479cf18096d44a3fc2d6d01d45118f371dd86dd56a1e87ebf92893d0b3b/pyPTF-0.1.0.tar.gz" } ] }