软件包:python3-gplearn(0.4.2-4)
python3-gplearn 的相关链接
Debian 的资源:
下载源码包 python-gplearn:
- [python-gplearn_0.4.2-4.dsc]
- [python-gplearn_0.4.2.orig.tar.gz]
- [python-gplearn_0.4.2-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Genetic Programming in Python, with a scikit-learn inspired API
`gplearn` implements Genetic Programming in Python, with a `scikit-learn <http://scikit-learn.org>`_ inspired and compatible API. While Genetic Programming (GP) can be used to perform a `very wide variety of tasks <http://www.genetic-programming.org/combined.php>`_, gplearn is purposefully constrained to solving symbolic regression problems. This is motivated by the scikit-learn ethos, of having powerful estimators that are straight-forward to implement. 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.
其他与 python3-gplearn 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-joblib
- tools to provide lightweight pipelining in Python
-
- dep: python3-sklearn
- Python modules for machine learning and data mining - Python 3